/Todo-List

Simple TODO List project using webpack and ES6 SyntaxSimple TODO List project using webpack and ES6 Syntax This repository is for the activity Module 2 week 3 "Todo List: using Webpack". In this project, we built a simple todolist that allows users to add/remove tasks or mark them as finished from a list.

Primary LanguageJavaScriptMIT LicenseMIT

Todo-List

Simple TODO List project using webpack and ES6 Syntax This repository is for the activity Module 2 week 3 "Todo List: using Webpack". In this project, we built a simple todolist that allows users to add/remove tasks or mark them as finished from a list. we achieved it that by using JavaScript objects and arrays to dynamically modify the DOM and add basic events ; ES6; Webpack.

📗 Table of Contents

📖 [Awesome books]

[Awesome books] is a JAVASCRIPT project

🛠 Built With Html - CSS - Javascript

Key Features

Some features of the project

  • [Add Task]
  • [Remove Task from list]
  • [Mark Task as finished]
  • [Fetch data from local storage]

(back to top)

💻 Getting Started

how could you make use of this project.

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

Prerequisites

In order to run this project you need:

open cmd in your local computer ;

Setup

Clone this repository to your desired folder:

using this command git clone https://github.com/chiztechnology/Todo-List

then install dependencies by running npm install

Start the project

Enter the follow code to run the project locally:

cd my-project then you can run npm start ; the project will run on port 8080 or npm run build; then open the index.html generated in the dist folder.

Live demo

click on this link to view the demo of this project

👥 Authors

the collaborators of this project.

👤 Israel CHIZUNGU

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please support and rate us ...

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)