The Taskminder Website is a web application developed using React for the frontend and a JSON-based database for managing tasks. This project facilitates creating, reading, updating, and deleting tasks through an intuitive user interface.
Follow these steps to set up the project locally:
-
Clone this repository:
git clone <repository_url>
-
Navigate to the project directory:
cd taskmider
-
Install dependencies:
npm install
-
Start the application(react dev server: http://localhost:3000):
npm start
-
Run Json server(http://localhost:5000)
npm run server
-
To build for production
npm run build
The Task Manager Website functions with a simple and user-friendly interface:
- To create a new task, click on the "Add" button and fill in the required details.
- To view existing tasks, navigate to the "Tasks menu" section and browse through the list.
- To update a task, double click the task to make changes.
- To delete a task, click on the "Delete" button next to the task.
- React.js
- JSON
We welcome contributions to enhance this project. Please fork the repository, create a new branch, and submit a pull request for review.