Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 860 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 860 Bytes

Full Stack Task List

Please be patient, Heroku takes a second to spin up.

Fullstack task list demo animation

Full stack task list webapp using NodeJS, React, Express API, and MongoDB. Uses Redux for state management and JWT for authentication.

Tech Stack

Full Stack Task List is a webapp written with JavaScript using a MERN stack.

Fullstack task list info sheet

Frontend

The frontend is built with React, state management is handled using Redux Toolkit, and user authentication uses JSON Web Tokens and JWT middleware.

Backend

The backend uses a NodeJS server with Express API. User task objects are stored in MongoDB and accessed with Mongoose ODM.