Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 357 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 357 Bytes

Todo List

This application is made by exploring the application context under React and localStorage of the browser

Run Locally

Clone the project

  https://github.com/KStar-coder/Todo-List.git

Go to the project directory

  cd Todo-List

Install dependencies

  npm i

Start the server

  npm run dev