Skip to content

Commit 19ec6c4

Browse files
authored
Update README.md
1 parent de894f3 commit 19ec6c4

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
# React + Vite
1+
# React Todo List App
22

3-
- [Access Here](https://todo-list-react-js-psi.vercel.app/)
3+
Welcome to the React Todo List App repository! This project is a simple web application built with React.js that allows users to manage their tasks and to-do lists efficiently.
44

5+
![Todo List App Screenshot](./todo-list-ss.png)
56

6-
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
7+
## Features
78

8-
Currently, two official plugins are available:
9+
- **Add Tasks**: Easily add new tasks to your to-do list.
10+
- **Delete Tasks**: Remove tasks from the list when they are completed or no longer needed.
11+
- **Mark as Completed**: Check off tasks that have been completed.
12+
- **Responsive Design**: Ensures a seamless experience across different devices.
913

10-
- [@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
11-
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
14+
## Technologies Used
15+
16+
- **React.js**: Frontend JavaScript library for building user interfaces.
17+
- **HTML/CSS**: Markup and styling for the application.
18+
- **JavaScript (ES6+)**: Modern JavaScript syntax used throughout the project.
19+
20+
## Getting Started: [Link](https://todo-list-react-js-psi.vercel.app/)

0 commit comments

Comments
 (0)