This is a simple CRM project.
To run:
- Clone repo.
- cd crm && npm install && cd client && npm install <---install dependencies
- cd crm && npm start <---starts Express Server
- new terminal window and type command: cd crm/client && npm run dev <---starts Vite Server
Login Data:
username | password |
---|---|
JohnDoe51/ | SalesTeam1$ |
Technologies:
-
The project should have:
-
Clock - digital clock VanillaJS
-
Dynamic Title - Redux
-
Data - Express.js
Resources:
Styles:
Fonts: ** Headings: Montserrat, ** Body: Lato
Colors:
#F4F3F5 #60D369 #D3925C #E65D61 #1A1921
Sizes:
Element | Type | Size |
---|---|---|
Header | fixed | 4rem |
Body | flexible | 1fr/100% |
Footer | fixed | 4rem |