Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 TodoWebApp

3. Install dependencies:
npm install

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