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

https://github.com/dianabeki/to-do-list

A simple To-Do List built to keep track of tasks that need to be done.
https://github.com/dianabeki/to-do-list

css3 html5 javascript webpack

Last synced: 4 months ago
JSON representation

A simple To-Do List built to keep track of tasks that need to be done.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 To Do List

A simple To-Do List built to keep track of tasks that need to be done. Built with JavaScript, CSS, HTML, & Webpack

## 🛠 Built With

### Tech Stack

Client


  • html

  • css

  • javascript

  • webpack

### Key Features

- **[Add what to do]**
- **[Remove after completed]**
- **[Great UI]**
- **[Add live demo link]**

## 🚀 Live Demo

- [Live Demo Link](https://dianabeki.github.io/To-Do-list/dist/)

(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 the following tools:
- Node.js in your computer
- webpack
- IDE(e.g.: Vscode,...)
- Terminal

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
git clone git@github.com:DianaBeki/To-Do-list.git
```

### Install

- Install this project with:

```sh
cd To-Do-List

npm install or npm i
```

- Run an optimized build for prodction:
```
npm run build
```

### Usage

To run the project, execute the following command:

```sh
npm run dev

```

### Run tests

To run tests, run the following command:

```sh
npm run test
```

(back to top)

## 👥 Authors

👤 **Diana Beki**

- GitHub: [@Github](https://github.com/DianaBeki)
- Twitter: [@Twitter](https://twitter.com/home)
- LinkedIn: [@LinkedIn](https://www.linkedin.com/notifications/)

(back to top)

## 🔭 Future Features

- [ ] *add responsiveness*
- [ ] *add more UX*

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/DianaBeki/To-Do-list/issues).

(back to top)

## ⭐️ Show your support

> Follow me on my github if you like this project...

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse as well as my coding partner(s)

(back to top)

## 📝 License

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

(back to top)