To-Do-list

The To-do list is an app for managing your own daily tasks: users can add a to-do, list all to-dos, mark to-dos as done, and delete to-dos. Built with HTML5, CSS3, JavaScript, and Webpack.

Stars
11

📗 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

🚀 Live Demo

💻 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

Prerequisites

In order to run this project you need:

  • Code Editor: VS Code
  • Web Browser

👥 Authors

👤 Billy Mohajeri

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project, you can support me by giving a ⭐.

🙏 Acknowledgments

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

📝 License

This project is MIT licensed.

Related Projects