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

https://github.com/kkolade/minimalist-todo-app

My first attempt th the mandatory Todo app for javaScript newbies
https://github.com/kkolade/minimalist-todo-app

html-css-javascript js-modules webpack

Last synced: 9 months ago
JSON representation

My first attempt th the mandatory Todo app for javaScript newbies

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 A Minimalist To Do App ](#-a-minimalist-to-do-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 A Minimalist To Do App

**The To Do App** is a simple web base application to manage your tasks and activities.

## 🛠 Built With

### Tech Stack

Client

Database

### Key Features

- **Add tasks and persist in localStorage**
- **Ability to update, mark as completed and delete tasks**
- **Minimalist interface**

(back to top)

## 🚀 Live Demo

- [A live demo link will be made available as soon as the project is hosted online](https://#)

(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:
- Have git installed on your system
- Have basic knowledge of webpack

### Setup

Clone this repository to your desired folder:
- Change folder to the app root folder
- Run 'npm install' to bring in all the dependencies to run the app both in development and production

### Usage

To run the project, execute the following command:
- 'npm start'

(back to top)

## 👥 Authors

👤 **Kola Kolade**

- GitHub: [@kkolade](https://github.com/kkolade)
- Twitter: [@kola_kolade](https://twitter.com/kola_kolade)
- LinkedIn: [kolakolade](https://www.linkedin.com/in/kolakolade/)

(back to top)

## 🔭 Future Features

- [ ] **Host the app online and make it available for the general public**
- [ ] **Enhance the views using ReactJS**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page]([../../issues/](https://github.com/kkolade/minimalist-todo-app/issues)).

(back to top)

## ⭐️ Show your support

If you like this project please ...[buy me coffee](https://www.buymeacoffee.com/kolakolade)

(back to top)

## 🙏 Acknowledgments

I would like to thank [Emilia Andrzejewska](https://www.youtube.com/@emiliaandrzejewska4209) for making the app available for aspiring builder all over the world, and to [Microverse](https://www.microverse.org/) for giving me the opportunity to build.

(back to top)

(back to top)

## 📝 License

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

(back to top)