Skip to content

devsuoa/frontend-workshop-2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Frontend workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.3%
  • CSS 30.2%
  • HTML 20.5%