/ES6-Todo-List.github.io

An app that can create, remove and store activities using Javascript with ES6

Primary LanguageJavaScript

logo

Microverse README Template

πŸ“— Table of Contents

πŸ“– [TO-DO LIST]

[To-do list] is a simple HTML list of To Do tasks made with Webpack and javascript

πŸ›  Built With

Tech Stack

Client
  • HTML5
  • CSS
  • JS
  • ESLint
  • StyleLints
  • GitFlow

Key Features

  • [GIT FLOW]
  • [Good HTML, JS and CSS practices]
  • [Dynamically]

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Prerequisites

If you haven't yet, you should first set up Git. Don't forget to set up authentication to GitHub.com from Git as well.

Usage

  • Clone the repository
    • Above the list of files, click ↓Code
    • Clone with HTTPS
    • Open Terminal
    • Change the current working directory to the location where you want the cloned directory
    • Type git clone, and then paste the URL you copied earlier
    • Press Enter. Your local clone will be created
  • Install webpack
    • Required to run npm init -y
    • Webpack npm install webpack webpack-cli --save-dev
    • HTML plugin npm install --save-dev html-webpack-plugin
    • CSS plugin npm install --save-dev style-loader css-loader
    • Live Server npm install --save-dev webpack-dev-server

For the Live Server npm start http://localhost:8080/

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author1

(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...

(back to top)

πŸ™ Acknowledgments

I would like to thank...

(back to top)

❓ FAQ (OPTIONAL)

  • What is this for?

    • This is a JavaScript activity to help us learn how to create a nice website with best practices and with content storage and manipulation.
  • Can i copy this project?

    • Your welcome, copy this project and let me know if you need something.

(back to top)

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)