Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwa13/task-list-in-react
https://github.com/hirwa13/task-list-in-react
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirwa13/task-list-in-react
- Owner: HIRWA13
- Created: 2023-09-26T13:46:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T10:21:01.000Z (about 1 year ago)
- Last Synced: 2023-10-02T12:51:55.305Z (about 1 year ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React todo app
## Description
This is a simple todo app built with React.
this app allows you to add, delete and mark as done your tasks.## Installation
1. Clone the repository
2. Run `npm install`
3. Run `npm run dev`
4. Open `http://localhost:5173` in your browser## Usage
1. Add a task by typing it in the input field and pressing enter
2. Delete a task by clicking the delete button
3. Mark a task as done by clicking the checkbox