Skip to content

ZacharyXia/React-Foxy-To-Do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxy To-Do

Foxy To-Do is a simple React-based To-do manager with rich text support. This project is based on the todo_react_app.

image image

Demo

Live demo

Features

  • 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.

Getting Started

To run the Foxy To-Do application locally, follow these steps:

  1. Clone the repository:
   git clone https://github.com/ZacharyXia/React-Foxy-To-Do.git
  1. Navigate to the project directory:
   cd foxy-to-do
  1. Install the dependencies:
   npm install
  1. Start the development server:
   npm start
  1. Open your web browser to access the application.

Contributing

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.

License

This project is licensed under the MIT License.