Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 2.79 KB

README.md

File metadata and controls

117 lines (74 loc) · 2.79 KB

📗 Table of Contents

📖 To Do list

To Do list In this project, I build a simple HTML list of To Do tasks. This simple web page will be built using webpack and served by a webpack dev server.

🛠 Built With

Tech Stack

Client
  • HTML
  • JavaScript
  • CSS
  • Webpack

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:billymohajeri/To-Do-list.git

Install

Install the dependencies with:

  npm init -y
  npm i

Usage

To run the project on a local server, execute the following command:

  npm run start

(back to top)

Prerequisites

In order to run this project you need:

  • Code Editor: VS Code
  • Web Browser

👥 Authors

👤 Billy Mohajeri

(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, you can support me by giving a ⭐.

(back to top)

🙏 Acknowledgments

I would like to thank all of my code reviewers for giving me constructive feedback.

(back to top)

📝 License

This project is MIT licensed.

(back to top)