Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 933 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 933 Bytes

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.