Skip to content

adidoshi/todo-list_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO DO Notes App -

This is a complete Full Stack MERN application.

Tech Stack -

  • ReactJs - Javascript library
  • React Bootstrap - UI styling
  • Redux Toolkit - For managing and centralizing application state.
  • React Router Dom - Routing/ redirecting of all pages

Backend -

NodeJs + ExpressJs + MongoDb

Repository | Postman Doc


Functionality-

image info

  • Complete user authentiation using JWT Auth Token, Forkmik & yup for form validations.

image info

  • User can create a note which includes content with Markdown syntax feature.

image info

  • Update / delete / view a note.

image info

  • User profile page to update user details + avatar.