Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

logo

# 📗 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]

**[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.

## 🛠 Built With

### Tech Stack

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.

### Key Features

> 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**

(back to top)

## 🚀 Live Demo

[Live Demo Link](https://carreraprogrammer.github.io/To-do-List/dist)

(back to top)

## 💻 Getting Started

> 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
```

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/carreraprogrammer/To-do-List/issues/).

(back to top)

## ⭐️ Show your support

> 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.

(back to top)

## 📝 License

This project is [MIT](MIT.md) licensed.

(back to top)