Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanskriti49 authored Nov 18, 2024
1 parent 1b4284b commit 8f90592
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# React + Vite
# To-Do List App

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
A simple and user-friendly To-Do List application built using React. This app helps users manage their tasks efficiently by allowing them to add, edit, delete, and mark tasks as completed.

Currently, two official plugins are available:
## Features
- **Add Tasks**: Quickly add new tasks to your to-do list.
- **Mark as Completed**: Check off tasks once they're done.
- **Edit Tasks**: Modify task details at any time.
- **Delete Tasks**: Remove completed or unnecessary tasks.
- **Responsive Design**: Works seamlessly across all devices.

## Technologies Used
- **Frontend**: React, JavaScript, HTML, CSS
- **State Management**: React's useState and useEffect hooks

## Getting Started

### Prerequisites
Ensure you have the following installed:
- [Node.js](https://nodejs.org/)
- npm (comes with Node.js) or Yarn

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

0 comments on commit 8f90592

Please sign in to comment.