A simple To-Do List App built with Node.js and Express.js.
- Clone the repository:
git clone https://github.com/IvanGrimm/todo-list-app.git
- Install dependencies:
npm install
- Start the server:
npm start
- Open your browser and navigate to http://localhost:3000 to use the app.
This project is licensed under the MIT License - do what you want with it.