An open API service indexing awesome lists of open source software.

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.

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.

![image](https://user-images.githubusercontent.com/78906545/155403049-861d20ef-8fd8-450f-894b-56464bf01937.png)

## 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 ![](https://img.shields.io/badge/Microverse-blueviolet) licensed.