This is a basic todo list project with local storage in the browser.
Make sure you have Node.js and npm installed on your system.
-
Clone this repository:
git clone https://github.com/misafxd/todo-project.git
-
Navigate to the project directory:
cd <todo-project>
-
Install the dependencies:
npm install
-
Build the project:
npm run build
After completing these steps, the project will be ready to use.