TO DO LIST Project
This project is a responsive TO DO LIST application built using React and Vite. It allows users to manage their tasks efficiently by adding and deleting TO DO items, aiming to enhance productivity.
Features:
- Add TO DO Items: Easily add new tasks to your list.
- Delete TO DO Items: Remove tasks from your list when completed.
- Responsive Design: Optimized for various screen sizes for a seamless user experience.
- State Management: Efficiently manage the application's state to ensure smooth functionality.
Technologies Used:
- React: For building the user interface.
- Vite: For fast and efficient development and build processes.
Demonstrated proficiency in React, including:
-
Props: Passing data between components.
-
Components: Building reusable UI components.
-
State Management: Managing the state within the app to handle dynamic data.
To run this project locally: * Steps: 1. Clone the repository. 2. Navigate to the project directory. 3. Install dependencies using "npm install". 4. Start the development server with "npm run dev".