Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princeinscripts/webtodoapp
A todo App
https://github.com/princeinscripts/webtodoapp
localstorage react
Last synced: 29 days ago
JSON representation
A todo App
- Host: GitHub
- URL: https://github.com/princeinscripts/webtodoapp
- Owner: PrinceInScripts
- Created: 2023-11-21T13:12:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T13:25:14.000Z (about 1 year ago)
- Last Synced: 2024-11-14T01:33:16.357Z (3 months ago)
- Topics: localstorage, react
- Language: JavaScript
- Homepage: https://taskprince.vercel.app/
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Todo App
A simple Todo application built with React and Tailwind CSS.
## Features
- Add new todos with a unique ID.
- Update the status of todos between "Pending" and "Completed".
- Remove todos from the list.## Getting Started
1. Clone the repository:
git clone https://github.com/KnihtKingCoder/Milestone-Exam-2/tree/main/TodoWebApp
2. Navigate to the project directory:
cd TodoWebApp3. Install dependencies:
npm install4. Run the application:
npm start## Usage
-Enter a task in the input field.
-Click the "Add" button to add the task to the list.
-Use the "Complete" or "Undo" button to update the status of a task.
-Click the "Remove" button to delete a task from the list.## Technologies Used
-React
-Tailwind CSS