Live demo: https://restfulmern2022.herokuapp.com/
Please be patient, Heroku takes a second to spin up.
Full stack task list webapp using NodeJS, React, Express API, and MongoDB. Uses Redux for state management and JWT for authentication.
Full Stack Task List is a webapp written with JavaScript using a MERN stack.
The frontend is built with React, state management is handled using Redux Toolkit, and user authentication uses JSON Web Tokens and JWT middleware.
The backend uses a NodeJS server with Express API. User task objects are stored in MongoDB and accessed with Mongoose ODM.