Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camilopinzon/to-do_list

A simple web-based to-do list application built with HTML, JavaScript, node.js, express.js, and EJS. Features: Add new to-do items Delete to-do items Minimalistic user interface Responsive design
https://github.com/camilopinzon/to-do_list

ejs express html5 javascript nodejs

Last synced: 6 days ago
JSON representation

A simple web-based to-do list application built with HTML, JavaScript, node.js, express.js, and EJS. Features: Add new to-do items Delete to-do items Minimalistic user interface Responsive design

Awesome Lists containing this project

README

        

# Todo-List Application

## Description:

A simple web-based to-do list application built with HTML, JavaScript, node.js, express.js, and EJS.

# Features:
* Add new to-do items
* Delete to-do items
* Minimalistic user interface
* Responsive design

## Getting Started
To run the applicatio loclly run the nex steps:
1. Clone the repositoy
>git clone https://github.com/your-username/todo-list.git

2. Navigate to the project directory
>cd todo-list

3. Install dependencies
>npm install

4. Start the server
>npm start

5. Open your browser and go to http://localhost:3000 to view the application

## Usage
* **Adding ToDo's:** Enter a new to-do item in the input field and press enter or do click in the Add to-do button
* **Deleting to-dos:** Clink on the "X" button on each to-do item.

## Dependencies
* **Express.js:** Web application framework for node.js
* **EJS:** Embed JavaScript Templates
* **Body parser:** Front-end component library for building responsive web sites

## License
This project is licensed under the MIT license.

## Author
Andrés Camilo Pinzón Laverde