Kani is a simple React.js Todo App that allows you to manage your tasks. The app utilizes local storage to persist your tasks even when you close or refresh the browser.
- Add new tasks.
- Mark tasks as completed.
- Remove tasks from the list.
- Edit tasks
- Data is stored in local storage for persistence.
Before you begin, make sure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/dyooreen/kani.git cd kani
-
Install dependencies:
npm install
-
Usage
npm run dev
The app utilizes local storage to save your tasks. This means your tasks will persist even if you close or refresh the browser. Please note that local storage has its limitations, and the data is stored locally on the user's device.
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.