Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 653 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 653 Bytes

The TodoList application was created using React and Typescript. It has authentication so that users can create their accounts. Ability to perform CRUD operaiton on todos.

Start App

  1. cd client -> npm run dev
  2. cd server -> nodemon server.js

Upcoming features :

  • Create a new list.
  • Then all the todo features must happen inside that list schema and remove the todo schema at the end.
  • Email authentication.
  • Login with Gmail/Facebook.
  • Add calendar ( users can add a date for when they want to finish a todo ).
  • The user should get an email and notification when their time to complete a todo is almost over.