- [x] 4 page min
- [x] 1-Login
- [x] 2-Registration
- [x] 3-Transactions
- [x] 4-Dashboard
- [x] Connect all 4 types of routes from FE to BE
-
[x] CRUD from FE to BE
-
[x] Routes
- [x] user routes
- [x] POST
- [x] GET
- [x] PUT
- [x] DELETE
- [x] Auth routes
- [x] POST
- [x] GET
- [x] PUT
- [x] DELETE
- [x] Transactions
- [x] POST
- [x] GET
- [x] PUT
- [x] DELETE
- [x] Dashboard
- [x] POST
- [x] GET
- [x] PUT
- [x] DELETE
*Transactions not routing to dashboard because dashboard and transactions are separate pages and should be moved to context to have fetch capability
- [x] Handle state (useState, useNavigate, useEffect)
- [ ] CSS
- [ ] Need to make some updates!
- [ ] API (2%) (possibly Financial Data API - for investment feature in future)
Data Model/Define Schema
Page 1 - Login
Page 2 - Register
Page 3 - Transactions
Page 4 - Dashboard