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.
- 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.
-
Clone the repository:
git clone https://github.com/ali-ghorbannia/rocket-task-manager.git
-
Install dependencies:
cd rocket-task-manager npm install
-
Run the json-server to store data:
npx json-server --watch data/db.json --port 8000
-
Run the Rocket Task Manager application:
npm start
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions, suggestions, and bug reports are welcome! Please feel free to open an issue or submit a pull request.