This is a simple Todo List application built with React. It allows users to add, update, delete, and manage their tasks efficiently.
-
Add new tasks
-
Update existing tasks
-
Delete tasks
-
Mark tasks as completed
-
Responsive UI
This project was bootstrapped with Create React App.
##Installation
Clone the repository and install dependencies:
git clone https://github.com/innuska23/todo-list.git cd todo-list yarn install
Available Scripts
yarn start
Runs the app in development mode. Open http://localhost:3000 to view it in the browser.
yarn test
Launches the test runner in interactive watch mode.
yarn run build
Builds the app for production.
yarn run eject
Note: This is a one-way operation. Once you eject, you can’t go back!
React
TypeScript
RTQ Query
Material UI
REST API
Contributing