https://github.com/indiecodermm/todo-app
A productivity tool that allows user to create, manage and track their daily tasks.
https://github.com/indiecodermm/todo-app
javascript microverse
Last synced: 11 months ago
JSON representation
A productivity tool that allows user to create, manage and track their daily tasks.
- Host: GitHub
- URL: https://github.com/indiecodermm/todo-app
- Owner: IndieCoderMM
- Created: 2022-12-06T07:11:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T15:05:24.000Z (about 3 years ago)
- Last Synced: 2025-01-15T23:59:41.904Z (about 1 year ago)
- Topics: javascript, microverse
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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).
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)
- [x] **Drag & drop feature**
- [ ] **Adding tags for to-do**
- [ ] **Inbox section and due-date feature**
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.