Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 264 Bytes

File metadata and controls

9 lines (8 loc) · 264 Bytes

Todo App

This project contains a simple TODO application It has the following features-

  • Anyone can create a todo
  • Anyone can see their existing todos
  • Anyone can mark a todo as done
  • In the backend, run npm test command.
  • In the frontend, run npm run dev