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

https://github.com/yazino12/todo-list

A simple HTML list of To Do tasks, built using webpack and served by a webpack dev server.
https://github.com/yazino12/todo-list

css javascript webpack

Last synced: 8 months ago
JSON representation

A simple HTML list of To Do tasks, built using webpack and served by a webpack dev server.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/-Yazino12-yellow)

# To Do list

> This simple web page is built using webpack and served by a webpack dev server


Demo 📝

## Built With

- HTML, CSS, Javascript

## Getting Started

To get a local copy up and running follow these setup steps.

**Setup**

- Open terminal and clone the project: `git clone https://github.com/Yazino12/todo-list.git`
- cd into the directory `todo-list`

**Prerequisites**

- You need to have `node.js` installed in your system

**Install**

- On your terminal run : `npm i`
- For Webpack to build and bundle the app files : `npm run build`
- For Webpack to start the development server : `npm run start`
- In case you run into any errors please raise an [issue](https://github.com/Yazino12/todo-list/issues).

**Usage**

- You may use this project as you like.

## Live

- Link here: [Live](https://yazino12.github.io/todo-list/)

## Author

👤 **Yasin Warsame**

- GitHub: [@Yazino12](https://github.com/Yazino12)
- Twitter: [@yasino24](https://twitter.com/yasino24)
- LinkedIn: [yasin-warsame](https://linkedin.com/in/yasin-warsame-a4176217a)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- This was not possible without the help of [Microverse](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/documentation/hello_microverse_project.md).

## 📝 License

This project is [MIT](./MIT.md) licensed.