Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepanagarjan/to-do-react-task
TO-DO task
https://github.com/deepanagarjan/to-do-react-task
crud css3 html5 javascript jsx reactjs
Last synced: 26 days ago
JSON representation
TO-DO task
- Host: GitHub
- URL: https://github.com/deepanagarjan/to-do-react-task
- Owner: Deepanagarjan
- Created: 2024-08-15T19:08:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T19:23:59.000Z (3 months ago)
- Last Synced: 2024-09-28T06:23:23.544Z (about 1 month ago)
- Topics: crud, css3, html5, javascript, jsx, reactjs
- Language: JavaScript
- Homepage: https://todo-react-task.netlify.app/
- Size: 485 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do Application
![Project Preview](./src/screenshot.png)
A simple To-Do application built using React, where you can manage your tasks and keep track of their completion status.
## Features- Add new tasks with names and descriptions.
- Mark tasks as "Completed" or "Not Completed".
- Edit existing tasks.
- Delete tasks.
- Filter tasks based on completion status.## Getting Started
1. Clone the repository:
git clone https://github.com/Deepanagarjan/To-do-React-task
Navigate to the project directory:cd todo-application
## Install dependencies:
npm install
## Run the development server:
npm start
The application will be available at http://localhost:5173.## Technologies Used
- React
- Bootstrap## Nelify Deployed Website
Netlify Link- https://todo-react-task.netlify.app/ [![Netlify Status](https://api.netlify.com/api/v1/badges/543c75bd-8ff2-4da8-a9e4-772df476b41e/deploy-status)]