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

https://github.com/billymohajeri/to-do-list

The To-do list is an app for managing your own daily tasks: users can add a to-do, list all to-dos, mark to-dos as done, and delete to-dos. Built with HTML5, CSS3, JavaScript, and Webpack.
https://github.com/billymohajeri/to-do-list

css html javascript webpack

Last synced: about 1 year ago
JSON representation

The To-do list is an app for managing your own daily tasks: users can add a to-do, list all to-dos, mark to-dos as done, and delete to-dos. Built with HTML5, CSS3, JavaScript, and Webpack.

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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 To Do list

**To Do list** In this project, I build a simple HTML list of To Do tasks. This simple web page will be built using webpack and served by a webpack dev server.

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • JavaScript

  • CSS

  • Webpack

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://billymohajeri.github.io/To-Do-list/dist/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone git@github.com:billymohajeri/To-Do-list.git
```

### Install

Install the dependencies with:

```sh
npm init -y
npm i
```

### Usage

To run the project on a local server, execute the following command:

```sh
npm run start
```

(back to top)

### Prerequisites

In order to run this project you need:

- Code Editor: VS Code
- Web Browser

## 👥 Authors

👤 **Billy Mohajeri**

- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, you can support me by giving a ⭐.

(back to top)

## 🙏 Acknowledgments

I would like to thank all of my code reviewers for giving me constructive feedback.

(back to top)

## 📝 License

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

(back to top)