https://github.com/billymohajeri/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.
https://github.com/billymohajeri/to-do-list
css html javascript webpack
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/billymohajeri/to-do-list
- Owner: billymohajeri
- Created: 2022-12-06T08:18:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T21:33:52.000Z (about 2 years ago)
- Last Synced: 2025-04-18T15:16:22.077Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://billymohajeri.github.io/To-Do-list/dist/
- Size: 839 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**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.
Client
- HTML
- JavaScript
- CSS
- Webpack
- [Live Demo Link](https://billymohajeri.github.io/To-Do-list/dist/)
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:billymohajeri/To-Do-list.git
```
### Install
Install the dependencies with:
```sh
npm init -y
npm i
```
### Usage
To run the project on a local server, execute the following command:
```sh
npm run start
```
### Prerequisites
In order to run this project you need:
- Code Editor: VS Code
- Web Browser
👤 **Billy Mohajeri**
- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, you can support me by giving a ⭐.
I would like to thank all of my code reviewers for giving me constructive feedback.
This project is [MIT](./LICENSE/MIT.md) licensed.