https://github.com/zahraarshia/to-do-list
This project is a simple implementation of a task list application that can be used to add, remove, edit and check users tasks.
https://github.com/zahraarshia/to-do-list
css javascript webpack
Last synced: about 1 year ago
JSON representation
This project is a simple implementation of a task list application that can be used to add, remove, edit and check users tasks.
- Host: GitHub
- URL: https://github.com/zahraarshia/to-do-list
- Owner: ZahraArshia
- Created: 2022-02-22T13:15:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T09:54:21.000Z (over 4 years ago)
- Last Synced: 2025-06-14T02:03:33.612Z (about 1 year ago)
- Topics: css, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 628 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do List
"To-do list" is a tool that helps to organize daily activites. It simply lists the things which are needed to be done and allows user to mark them as complete.
In this step of project, the CRUD (create, update, delete) methods are implemented. This simple web page is built using webpack and served by a webpack dev server.

## Built With
- HTML
- CSS
- Javascript
## Getting Started
**step1** cloning the project:
```
git clone https://github.com/ZahraArshia/To-Do-List/.git
```
**step2** buile the project:
```
npm install
npm run build
```
**step3** Development:
```
npm install --save-dev webpack-dev-server
npm start
```
## Live Demo
[Live Demo](https://zahraarshia.github.io/To-Do-List/)
## Author
**Zahra**
- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is  licensed.