Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.36 KB

Todo Application | Node.js, Express, Angular, JWT, Cookies

Developed a Full-stack Todo App using Angular, Express, and MongoDB Atlas, deployed in production The backend is implemented in the MVC architecture of Node.js and uses JWT Token Authentication and cookie mechanism for user authentication, with proper error handling and CORS mechanism for security The frontend is implemented in Angular and it contains 1 module, 5 components, and 1 model, with Bootstrap library used for styling The app features a dashboard with 3 tabs, including ’Profile’, ’My Tasks’, and ’Logout’, where users can view their profile data, add, delete and update tasks with completion status, and securely log out. Click on the link to access the app: https://todo-app-angular-fhe6.vercel.app/

Register Page

image

Sign In Page

image

Dashboard

image

My Tasks

image

After Log Out

image