You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
5
+

5
6
6
-
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
7
+
## Features
7
8
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.
9
13
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.
0 commit comments