Skip to content

misafxd/todo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Todo List

This is a basic todo list project with local storage in the browser.

Requirements

Make sure you have Node.js and npm installed on your system.

Installation

  1. Clone this repository:

    git clone https://github.com/misafxd/todo-project.git
  2. Navigate to the project directory:

    cd <todo-project>
  3. Install the dependencies:

    npm install
  4. Build the project:

     npm run build

After completing these steps, the project will be ready to use.