Webpack-To-Do-list

In this repo I learn how to use Webpack. To-do list is a simple app that stores your chores in the local storage for your later access. you can also check them as completed and eliminate all completed tasks with the clear button, or you can delete them individually with the delete icon.

MIT License

Stars
9
Committers
2

πŸ“— Table of Contents

πŸ“– [Webpack To-Do list]

Webpack minimalist is a Webpack based project that emulates this minimalist

πŸ›  Built With

Tech Stack

Key Features

  • [Webpack build]
  • [Basic list structure]
  • [Checkbox on each list item]

New features

  • add and delete methods created
  • task description editable
  • save and load localStorage methods created

Interactive update

  • Checkboxes completed status
  • Clear all button

πŸš€ Live Demo

Click here for the live version.

πŸ’» Getting Started

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

  • clone this repository in you local enviorement
  • npm run build
  • npm start
    And webpack will build and start the page for you in your browser.

Prerequisites

In order to run this project you need a code editor and a browser.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:myaccount/my-project.git

Deployment

You can deploy this project using github pages

πŸ‘₯ Authors

πŸ‘€ TomΓ‘s MatΓ­as Esquivel

πŸ”­ Future Features

Describe 1 - 3 features you will add to the project.

  • [drag and drop order]
  • [clear button function]
  • [cross completed task]

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project please help me improve with helpful comments.

πŸ™ Acknowledgments

I would like to thank Microverse for this growing opportunity.

πŸ“ License

This project is MIT licensed.

Related Projects