/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

Primary LanguageJavaScript

logo

📗 Table of Contents

📖 [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

(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:

 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:carreraprogrammer/To-do-List.git

Usage

To run the project, execute the following command:

  npm run build

Deployment

You can deploy this project using:

    npm start

(back to top)

👥 Authors

👤 Daniel Carrera

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

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

(back to top)