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

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.

Awesome Lists containing this project

README

          

logo

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

**Microtasks** is a to-do list app for managing and organizing daily tasks.

![Screenshot](app_screenshot.png)

## 🛠 Built With

### Tech Stack

- HTML
- CSS
- JavaScript
- Webpack

### Key Features

- **Bundle using webpack**
- **ES6 syntax**

(back to top)

## 🚀 Live Demo

You can visit the live version on [www.microtasks.app.com](https://indiecodermm.github.io/todo-app).

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👨‍🚀 IndieCoderMM

- GitHub: [@IndieCoderMM](https://github.com/IndieCoderMM)
- Twitter: [@OoHeinth](https://twitter.com/OoHeinth)
- LinkedIn: [hthantoo](https://www.linkedin.com/in/hthantoo)

(back to top)

## 🔭 Future Features

- [x] **Drag & drop feature**
- [ ] **Adding tags for to-do**
- [ ] **Inbox section and due-date feature**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, you can support me by giving a 🌟.

(back to top)

## 🙏 Acknowledgments

I would like to thank everyone who supports this project.

(back to top)

## 📝 License

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

(back to top)