- Todo app with JSON persistence using Express + EJS and testing with Supertest +
node:test
- Install dependencies with
npm install
- Run server with
npm run server
- Add your todos as desired.
- Split items into components
- Correct date handling for adding notes
- Refactor tests
- Add tests for all routes
- Add SQLite instead of JSON
- Add tests for database
- Typography
- Refactor CSS