Skip to content

A web-based task management application that allows users to create and organize their tasks into different categories, set deadlines, and mark tasks as complete.

Notifications You must be signed in to change notification settings

Brendan5536/task-completer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Task Management App

This is a web-based task management application that allows users to create and organize their tasks into different categories, set deadlines, and mark tasks as complete.

Features

  • Create and manage tasks
  • Organize tasks into different categories
  • Set deadlines for tasks
  • Mark tasks as complete
  • Responsive design for use on desktop and mobile devices

Technologies Used

  • React for the frontend
  • Node.js and Express for the backend
  • MySQL for the database

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Create a new MySQL database and update the configuration in config/database.js
  4. Run the migrations: npm run migrate
  5. Start the development server: npm run dev
  6. Open http://localhost:3000 in your browser to access the app

About

A web-based task management application that allows users to create and organize their tasks into different categories, set deadlines, and mark tasks as complete.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published