Skip to content

Task Manager is a web task management app, where users can create an account and manage their day-to-day tasks.

Notifications You must be signed in to change notification settings

shawnpradeep/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

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.

Screenshots

App Screenshot

Run Locally

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

About

Task Manager is a web task management app, where users can create an account and manage their day-to-day tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published