This simple todo list application is built with React.js and Vite.js. The app allows users to manage their to-do list and stores the data using local storage.
- You can add a new task.
- You can complete or remove existing tasks.
- You can mark tasks as completed or incomplete.
- The to-do list is stored on your device using local storage, so the data persists even if you refresh the page.
- Node.js (version 12.0.0 or later)
- Npm or Yarn
- Git
-
Clone this repository to your local machine:
git clone [email protected]:zulkufdemirhan/react-todo-list-vite-js.git
-
Install dependencies:
npm install
-
Start the project:
npm run dev