This is a simple task management app built with React. Users can add and delete tasks, and tasks persist using localStorage
.
- Add tasks
- Delete tasks
- Persistent storage using
localStorage
- Styled with CSS
-
Clone the repository:
git clone https://github.com/TUSHAR-30/frontend-framework-task-React-.git cd frontend-framework-task-React-
-
Install Dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the app in your browser:
http://localhost:5173
- React.js
- CSS
This project is for evaluation purposes only.