https://github.com/codexparas/todo-react
Simple React JS front-end for a ToDo App, offering intuitive task management and user-friendly interface.
https://github.com/codexparas/todo-react
Last synced: 6 months ago
JSON representation
Simple React JS front-end for a ToDo App, offering intuitive task management and user-friendly interface.
- Host: GitHub
- URL: https://github.com/codexparas/todo-react
- Owner: CodexParas
- Created: 2023-12-15T17:47:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T06:36:51.000Z (about 2 years ago)
- Last Synced: 2025-06-15T05:40:00.463Z (8 months ago)
- Language: JavaScript
- Homepage: https://todos-app-bf3b3.web.app/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Todo App
This is a simple todo app built with React and Vite. It allows you to create, update, and delete tasks in a todo list.
## Features
- Add new tasks to the todo list
- Mark tasks as completed
- Edit existing tasks
- Delete tasks from the list
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/todo-app.git
```
2. Navigate to the project directory:
```bash
cd todo-app
```
3. Install the dependencies:
```bash
npm install
```
## Usage
1. Start the development server:
```bash
npm run dev
```
2. Open your browser and visit `http://localhost:3000` to view the app.
3. Use the input field to add new tasks to the todo list.
4. Click on a task to mark it as completed.
5. Double-click on a task to edit its content.
6. Click on the delete button (X) to remove a task from the list.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).