Skip to content

abhijeetk698/TASK_MANAGER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEMO LINK

https://cns-project.herokuapp.com/

On Front End:

Added featurer to add Tasks. Implemented a feature to set the due date for these tasks.

On Back end:

Implemented the backend in REST API with mongoDB as db backend stores all the tasks data received from the Frontend and store it in the Database. implemented a Database in the Backend using mongoDB which stores all this structured data. The data sharing between Frontend and Backend is in JSON format rendered over REST APIs.

Key Points

  • Implemented a feature to set Labels to Tasks like ‘Personal’, ‘Work’, ‘Shopping’ and ‘Others’.
  • Implemented a feature to set the Status of the Tasks like ‘New’, ‘In progress’ and ‘Completed’.
  • Implemented these features in an End-to-End stack
  • Stored the relevant flags in the database.
  • Implemented the Signup and Login/Logout functionality. created user-auth schema in the database.
  • Implemented a feature to Search and Filter Tasks based on Date-time, Priority and Labels, and a combination of at least two or more.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published