Todolist-v1 is a simple to-do list web app built using Node.js and Express.js.
Hosted at : https://to-do-bdue.onrender.com
- Clone the repository:
git clone https://github.com/your-username/todolist-v1.git
- Navigate to the project directory:
cd todolist-v1
- Install the dependencies:
npm install
- Start the application:
node app.js
- Open your web browser and visit:
http://localhost:3000
- You will see the to-do list web app where you can add, view, and manage your tasks.
The following dependencies are required to run the project:
- body-parser: ^1.20.2
- ejs: ^3.1.9
- express: ^4.18.2
You can install them using the following command: