Skip to content

wilyJ80/todo-express-json

Repository files navigation

Description

  • Todo app with JSON persistence using Express + EJS and testing with Supertest + node:test

Running

  1. Install dependencies with npm install
  2. Run server with npm run server
  3. Add your todos as desired.

TODO

  • 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