Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksandarivezic/to_do_list
This is a simple list of To-Do tasks. Built with HTML, CSS, and JavaScript.
https://github.com/aleksandarivezic/to_do_list
Last synced: 1 day ago
JSON representation
This is a simple list of To-Do tasks. Built with HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/aleksandarivezic/to_do_list
- Owner: AleksandarIvezic
- Created: 2021-08-16T15:08:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T19:52:47.000Z (over 3 years ago)
- Last Synced: 2024-12-07T18:12:00.563Z (22 days ago)
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/microverse-blueviolet)
# To Do list
> This is a simple HTML list of To-Do tasks. The list is styled according to the specifications. This simple web page is built using a webpack and served by a webpack dev server.
![screenshot](./Screenshot-To-Do-list.png)
## Built With
- HTML5
- CSS3
- JavaScript## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node.js
- npm## Live Demo
[Live Demo Link](https://shinobiwarior.github.io/To_Do_list/)### Setup
Clone the repository with:
```
git clone https://github.com/ShinobiWarior/To_Do_list.git
```
or download [ZIP file](https://github.com/ShinobiWarior/To_Do_list/archive/refs/heads/list-structure-feature.zip)### Install
To install all dependencies run:
```
npm install --save-dev webpack webpack-cli webpack-dev-server html-webpack-plugin style-loader css-loader
```
### Usage
To use the application run the next commands:
```
npm run buildnpm run start
```## Run tests
To test the project please run
```
npm test
```## Author
👤👤 **Aleksandar Ivezic**
- GitHub: [@Aleksandar Ivezic](https://github.com/ShinobiWarior)
- Twitter: [@AIvezic](https://twitter.com/AIvezic)
- LinkedIn: [Aleksandar Ivezic](https://www.linkedin.com/in/aleksandar-ivezic/)👤👤 **Daniel M. Matongo**
- GitHub: [@mmatongo](https://github.com/mmatongo)
- LinkedIn: [Daniel M. Matongo](https://www.linkedin.com/in/mmatongo)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ShinobiWarior/To_Do_list/issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This project was inspired by [Microverse](https://www.microverse.org/?grsf=w9rx3c)
## 📝 License
This project is [MIT](lic.url) licensed.