Skip to content

Rocket Task Manager is a sleek and efficient task management application built with React.js and json-server. Easily organize, edit, and mark tasks as completed, with real-time data storage. Simplify your task management workflow today!

Notifications You must be signed in to change notification settings

ali-ghorbannia/rocket-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket Task Manager

Rocket Task Manager is a modern and efficient task management application built using React.js for the frontend and json-server for data storage. With Rocket Task Manager, you can easily organize your tasks, edit them on the fly, mark them as completed, and delete them when done.

Features

  • Add Tasks: Add new tasks to your task list.
  • Edit Tasks: Edit existing task titles.
  • Delete Tasks: Remove tasks from your task list.
  • Mark Tasks as Completed: Mark tasks as completed or change their status.
  • Real-time Data Storage: Utilizes json-server for real-time data storage, ensuring your tasks are always up to date.

How to Use

  1. Clone the repository:

    git clone https://github.com/ali-ghorbannia/rocket-task-manager.git
    
  2. Install dependencies:

    cd rocket-task-manager
    npm install
    
  3. Run the json-server to store data:

    npx json-server --watch data/db.json --port 8000
    
  4. Run the Rocket Task Manager application:

    npm start
    

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contribution

Contributions, suggestions, and bug reports are welcome! Please feel free to open an issue or submit a pull request.

ScreenShot

Rocket Task Manager

About

Rocket Task Manager is a sleek and efficient task management application built with React.js and json-server. Easily organize, edit, and mark tasks as completed, with real-time data storage. Simplify your task management workflow today!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published