/To-do-List

a minimalist to do list

Primary LanguageJavaScriptMIT LicenseMIT

To do List

📗 Table of Contents

📖 To do List

To do List is a project done This is for the activity "To Do list: list structure" of the Microverse Program. The goal is to to use webpack and ES6.

🛠 Built With

  • HTML
  • CSS
  • JavaScript

Tech Stack

Client

Key Features

  • Use Webpack
  • Use ES6
  • Use Add/Update/Remove Tasks

(back to top)

🚀 Live Demo

comming soon!

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  1. Web browser.
  2. Code editor.
  3. Git

Setup

Clone this repository to your desired folder and install required dependencies:

  cd my-folder
  git clone git@github.com:myaccount/my-project.git

  npm init -y
  npm install webpack webpack-cli --save-dev
  npm install --save-dev html-webpack-plugin
  npm install --save-dev html-loader 

  npm install --save-dev style-loader css-loader
  npm install --save-dev webpack-dev-server

Usage

To run the project, execute the following command:

  npm run build
  npm start

Run tests

To run tests, run the following command:

Comming soon.

(back to top)

👥 Authors

👤 Nylbert Victor

(back to top)

🔭 Future Features

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Thanks for checking out our books app! Please feel free to reach out with any questions or feedback, as your input is greatly appreciated. And if you enjoyed the project, don't forget to leave a star on the repo ⭐️.

(back to top)

🙏 Acknowledgments

would like to thanks Microverse corporation for the README template.

(back to top)

Inspired by getminimalist, thanks to them

📝 License

This project is MIT licensed.

(back to top)