/to-do-list

Primary LanguageJavaScript

Do list: list structure

Description

In this project, you will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.

Screenshot

image

Built With

This project is build with:

  • HTML
  • CSS
  • Javascript

Getting Started

If you want to run the project locally in your browser you need to install:

  • Node
  • Npm (Node Package Manager)
  • Git
  • Text Editor

To get the content of this project locally you need to run this command in your terminal:

  • git clone https://github.com/DannieMo/to-do-list.git

You need to then install the packages locally to your systeme by running:

npm install

To start the server in development mode, Run:

npm run dev

👤 Authors

👤 Daniel Majesty Owiri

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration

📝 License

This project is Microverse licensed.