Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carreraprogrammer/to-do-list
In this project, I build a simple HTML list of To Do tasks where you can add a new task, delete and change elements of positions
https://github.com/carreraprogrammer/to-do-list
css html javascript
Last synced: about 1 month ago
JSON representation
In this project, I build a simple HTML list of To Do tasks where you can add a new task, delete and change elements of positions
- Host: GitHub
- URL: https://github.com/carreraprogrammer/to-do-list
- Owner: carreraprogrammer
- Created: 2022-09-27T19:36:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T03:38:55.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:36:49.791Z (8 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://carreraprogrammer.github.io/To-do-List/dist/
- Size: 8.29 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**[TO DO LIST]** is a web-based to-do list application built with JavaScript, HTML, and CSS. With this app, you can create, edit, delete, and rearrange tasks, making it easy to stay organized and on top of your to-do list.
The following technologies were used in the development of this project:
HTML: to structure the content of the page
CSS: to provide visual styling for the page
JavaScript: for DOM manipulation and application functionality
Webpack: to package and compile the JavaScript and CSS files into a single bundle for deployment.> Describe between 1-3 key features of the application.
- **You can add a new task**
- **You can delete a task**
- **You can change the position of the tasks**[Live Demo Link](https://carreraprogrammer.github.io/To-do-List/dist)
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
npm install
```### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:carreraprogrammer/To-do-List.git
```### Usage
To run the project, execute the following command:
```sh
npm run build
```### Deployment
You can deploy this project using:
```sh
npm start
```👤 **Daniel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)
- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)
- LinkedIn: [Daniel Carrera] (https://www.linkedin.com/in/daniel-carrera-paz-85a917244/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/carreraprogrammer/To-do-List/issues/).
> Write a message to encourage readers to support your project
If you like this project, I'd really appreciate if you can give me a star.
This project is [MIT](MIT.md) licensed.