Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/camilopinzon/to-do_list
- Owner: CamiloPinzon
- Created: 2024-04-02T03:53:51.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-04T20:30:33.000Z (9 months ago)
- Last Synced: 2024-11-07T18:08:50.352Z (about 2 months ago)
- Topics: ejs, express, html5, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.git2. Navigate to the project directory
>cd todo-list3. Install dependencies
>npm install4. Start the server
>npm start5. 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