A simple Dashboard to manage client projects and evaluate your budget. On the Dashboard you can create, edit and delete your projects. set values and deadline of each project. It also keeps the track, listing all In process and Done projects.
On the Profile page, you can change your name and profile picture, and set your schedule and how much money you want to make.
- Node.js - Version 16.14
- Express - Version 4.17
- EJS (Template Engine) - Version 3.1.6
- Tailwind (CSS Framework) - Version 2
- PostCSS to process the Tailwind for build
- SQLite 3
yarn
or npm install
yarn dev
to run the project using Nodemon
yarn start
to run the project using Node for production
The project will run on port 3000, you can change on src/server.js
.