https://github.com/indiecodermm/todo-app-review
Repo for reviewing todo-app project
https://github.com/indiecodermm/todo-app-review
Last synced: about 1 year ago
JSON representation
Repo for reviewing todo-app project
- Host: GitHub
- URL: https://github.com/indiecodermm/todo-app-review
- Owner: IndieCoderMM
- Created: 2022-12-12T11:13:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:01:23.000Z (over 3 years ago)
- Last Synced: 2025-01-15T23:58:43.278Z (about 1 year ago)
- Language: JavaScript
- Size: 939 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse Project
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📅 Microtasks ](#-microtasks-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👨🚀 IndieCoderMM ](#-indiecodermm-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Microtasks** is a to-do list app for managing and organizing daily tasks.

- HTML
- CSS
- JavaScript
- Webpack
- **Bundle using webpack**
- **ES6 syntax**
You can visit the live version on [www.microtasks.app.com](https://indiecodermm.github.io/todo-app/dist/index.html).
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need **npm**.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:myaccount/my-project.git
```
### Install
Install the dependencies with:
```sh
npm init -y
npm i
```
### Usage
To run the project in local server, execute the following command:
```sh
npm run start
```
- GitHub: [@IndieCoderMM](https://github.com/IndieCoderMM)
- Twitter: [@OoHeinth](https://twitter.com/OoHeinth)
- LinkedIn: [hthantoo](https://www.linkedin.com/in/hthantoo)
- [ ] **Add/Remove tasks**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, you can support me by giving a 🌟.
I would like to thank everyone who supports this project.
This project is [MIT](./MIT.md) licensed.