Team: promises()
Deadline: 01/03/2020
Your assignment is to create a web application, which allows users to sign-in/sign-up. This will grant them the ability to create simple expense list.
- Remaining Balance
- Budget Planner
- Dashboard
- Integration APIs
Everything should be saved into a database and handled using a Node
+ Express
server which also need to be created.
- The frontend should be built using
ReactJS
- The backend should be built using
ExpressJS
- The database should be built using
MongoDB
- Using open source
npm
packages is allowed. - The system must allow users to create accounts.
- Logged-in users will stay logged-in across sessions.
- Clean & Simple Code (Readable).
- Incremental commits are heavily encouraged.
- Make the app responsive on all screen sizes.
- Host your web app on Heroku.