Donoud is a simple to-do list app built using React. It allows users to create tasks, edit them, add details to them, and take notes. The app also features filtering options for both notes and tasks, enabling users to efficiently organize their work and thoughts.
- Create tasks: Users can easily create new tasks to organize their work.
- Edit tasks: Tasks can be edited to update their titles or details as needed.
- Add details: Users can add additional details to tasks to provide more context or information.
- Local storage: Data is stored locally using the browser's local storage, ensuring persistence across sessions.
- Note-taking capability: Users can take notes within the app to jot down thoughts, ideas, or reminders.
- Filtering: The app provides filtering options for both tasks and notes, allowing users to quickly find what they need.
To run the app locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies by running
npm install
. - Start the development server by running
npm run dev
. - Access the app in your browser at
http://localhost:5173
.
- Launch the app in your browser.
- Click on the "Add Task" button to create a new task.
- Click on a task to edit its title or details.
- Use the input fields and buttons provided to make changes.
- Changes are automatically saved to local storage.
- Use the filtering options to efficiently organize and find tasks and notes.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.