You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built with React and Vite, this Todo List app helps you efficiently manage tasks. It includes features for adding, editing, deleting, and filtering tasks by status. Task data is stored using localStorage, ensuring it remains accessible even after refreshing the page.
This Node.js and Express.js backend provides complete user authentication and management with full CRUD functionality. It uses Joi for input validation, bcrypt for password hashing, JWT for token-based authentication, and MongoDB with Mongoose for data handling. Protected routes ensure secure access to user data through token verification.