Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This is a minimalist web app where users are able to add, edit, remove, check, and clear all checked tasks from a to-do list. The app takes advantage of the webpack bundler for better componentization.
https://github.com/mwismann/to-do-list

css html javascript webpack

Last synced: 13 days ago
JSON representation

This is a minimalist web app where users are able to add, edit, remove, check, and clear all checked tasks from a to-do list. The app takes advantage of the webpack bundler for better componentization.

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)
- [📝 License](#license)

# 📖 [to-do-list]

**[to-do-list]** is a new project where I set up a repo with webpack configurations for the first time as practice exercise. After that I proceeded to set up the workflows. Then added markup content for the html template to be used with Html Webpack Plugin. From there on, I applied ES6 recommended practices to optimize the projects interactivity.

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • CSS

  • JavaScript

Server


  • GitHub Pages

Database


  • No database was used in this project.

### Key Features

- **[Correct set up of webpack.]**
- **[Correct set up of Linters and GitHub Flows.]**
- **[Dynamic rendering of list elements inside the to-do list]**
- **[List renders on page load]**

(back to top)

## 🚀 Live Demo

- https://mwismann.github.io/to-do-list/dist/

(back to top)

## 💻 Getting Started

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

### Prerequisites

- You don't need any previous installation in order to run this project

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/mwismann/to-do-list.git
```

### Install

- This is not an installable project

### Usage

- There's no command required to run the project

### Run tests

- There's no test for this project

### Deployment

- This is not a deployable project

(back to top)

## 👥 Authors

👤 **Mathias Wismann**

- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/math%C3%ADas-wismann/)

(back to top)

## 🔭 Future Features

- **[Features allowing user to add a task]**
- **[Features allowing user to remove all completed task]**
- **[Features allowing user to edit tasks' description]**

(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 it would be a great help if you could star this repo!

(back to top)

## 🙏 Acknowledgments

I would like to thank to Microverse for providing me the opportunity and inspiration for this work.

(back to top)

## 📝 License

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

(back to top)