Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 272 Bytes

File metadata and controls

12 lines (9 loc) · 272 Bytes

Javascript To-Do Web Application

  1. Run the application: Start the web server with:

    npm install
    npm start
    
  2. Access the application: Open your web browser and navigate to http://localhost:3000 to access the to-do list application.