- This is a simple todo list app that allows users to manage their tasks, organize them into projects, and persist their data using the Web Storage API (localStorage).
- Clone this repository to your local machine:
git clone https://github.com/alihanayaz/todo-list.git
- Navigate to the project directory:
cd todo-list
- Install the necessary dependencies using npm. This step assumes you have Node.js and npm installed on your system:
npm install
- Build the project to prepare it for use in the browser:
npm run build
- Open the index.html file in your web browser to run the app.