Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 462 Bytes

To-Do List App

A simple To-Do List App built with Node.js and Express.js.

Installation

  1. Clone the repository:
    git clone https://github.com/IvanGrimm/todo-list-app.git
    
  2. Install dependencies:
    npm install
    

Usage

  1. Start the server:
    npm start
    
  2. Open your browser and navigate to http://localhost:3000 to use the app.

License

This project is licensed under the MIT License - do what you want with it.