Foxy To-Do is a simple React-based To-do manager with rich text support. This project is based on the todo_react_app.
- Create Tasks: Easily create new tasks by providing a title and summary.
- Edit Tasks: Edit the text with rich text support.
- Delete Tasks: Remove tasks with a single click on the delete icon.
- Dark Mode: Toggled the moon button to open the dark mode.
- Persistent Data: Store data in the browser's local storage for persistence.
To run the Foxy To-Do application locally, follow these steps:
- Clone the repository:
git clone https://github.com/ZacharyXia/React-Foxy-To-Do.git
- Navigate to the project directory:
cd foxy-to-do
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your web browser to access the application.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.