CSCI 4300 (web programming final project)
Task Manager is a web task management app. The app supports basic CRUD (create, read, update, and delete) operations, connects to our serverside database to store all tasks associated with the current user. The app also incorporates user authentication and registration.
This app was built using MERN stack (MongoDB, Express, React, Node.js),
Developed by Shawn Pradeep, Kellen Brown, Dan Williams.
Clone the project
git clone https://github.com/shawnpradeep/task-manager-v2
Go to the project directory
cd task-manager
Install dependencies
npm install
Start the server
npm run start