Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iaadi4/to-do
https://github.com/iaadi4/to-do
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iaadi4/to-do
- Owner: iaadi4
- Created: 2024-06-16T19:14:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T10:05:17.000Z (3 months ago)
- Last Synced: 2024-08-11T11:24:52.341Z (3 months ago)
- Language: JavaScript
- Homepage: https://to-do-sage-three.vercel.app
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Todo App
A simple and intuitive Todo application built with React. This app allows users to add, update, delete, and toggle the completion status of their tasks, with all data stored in local storage for persistence.
## π Features
- β Add new tasks
- βοΈ Edit existing tasks
- ποΈ Delete tasks
- β Toggle task completion
- π¦ Data stored in local storage## π» Technologies Used
- React
- Tailwind CSS (for styling)
- Context API (for state management)
- React Icons (for icons)## π Getting Started
### Prerequisites
Make sure you have the following installed on your machine:
- Node.js (version 14 or later)
- npm (Node Package Manager)### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/yourusername/todo-app.git## πΈ Screenshots
Hereβs how the app looks:![image](https://github.com/user-attachments/assets/1cacba82-a611-4de2-b71e-e6e03629d406)
## π€ Contributing
Contributions are welcome! If you have suggestions for improvements or features, feel free to open an issue or submit a pull request.