Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 552 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 552 Bytes

Simple Todo List Application

  • React application that allows users to add and delete notes which include a title, category and message.
  • Notes are saved temporarily using useState hook to keep app simple.

Running the Application

  • Open your computer terminal and run "git clone {the url to the GitHub repo}". This will clone the repository.
  • Open the newly created repository folder using "cd" and run "npm install" to install all the missing packages and modules.
  • Run "npm start" to start the local development server and view the project.