Skip to content

Commit

Permalink
Merge pull request #1 from OybekKayumov/feature-1-list-structure
Browse files Browse the repository at this point in the history
To Do list: list structure
  • Loading branch information
OybekKayumov committed Mar 22, 2022
2 parents 92784db + 799e588 commit 580082e
Show file tree
Hide file tree
Showing 7 changed files with 3,206 additions and 79 deletions.
61 changes: 60 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,60 @@
# microverse-m2-webpack
# microverse-m2-todo-with-webpack

This is a minimalist ToDo list app to add, update and remove tasks easily.

## Built using

- HTML
- CSS
- JavaScript
- Webpack

## Usage

start by cloning this repository by running:

```
git clone https://github.com/OybekKayumov/microverse-m2-webpack.git
```

cd to the folder

run this command to install all the packages needed

```
npm install
```

to run a live server on port 8080 run this command

```
npm run start
```

to build your project run:

```
npm run build
```

## Authors

👤 **Oybek Kayumov**

- GitHub: [OybekKayumov](https://github.com/OybekKayumov)
- LinkedIn: [oybek-kayumov](https://www.linkedin.com/in/oybek-kayumov-54a8485b/)
- Twitter: [@KayumovOybek](https://twitter.com/KayumovOybek)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/OybekKayumov/microverse-m2-webpack/issues).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./MIT.md) licensed.! [](https://img.shields.io/badge/Microverse-blueviolet)

0 comments on commit 580082e

Please sign in to comment.