Skip to content

brthomiu/Full-Stack-Task-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.