Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aduda-boaz/todolist

A simple application to help you prioritize a list of things that you need to accomplish. The project is built with Vanilla JavaScript.
https://github.com/aduda-boaz/todolist

javascript webpack

Last synced: about 1 month ago
JSON representation

A simple application to help you prioritize a list of things that you need to accomplish. The project is built with Vanilla JavaScript.

Awesome Lists containing this project

README

        

# ToDoList

> A simple implemetation of a simple to-do-list app, using javascript.

![screenshot](./to-do-list.png)

Additional description below.

## Built With

- JavaScript
- Webpack
- HTML5
- CSS3

## Live Demo (if available)

[Live Demo Link](https://adudaboazto-do-list.netlify.app/)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

- NodeJS
- VSCode

### Setup

- Clone this repository:

```git clone https://github.com/Aduda-Boaz/ToDoList```

- Move to the cloned folder:

```git cd to-do-list```

### Install

- Run the following from your terminal inside the project directory:

```npm init -y```
```npm install webpack webpack-cli --save-dev```
```npm install --save-dev html-webpack-plugin```
```npm install --save-dev webpack-dev-server```

- Run the following to build the app.

```npm run build```

### Usage

## Author

👤 **Boaz Aduda**

- GitHub: [@Aduda-Boaz](https://github.com/Aduda-Boaz)
- Twitter: [@BoazAduda](https://twitter.com/BoazAduda)
- LinkedIn: [Boaz Aduda]

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

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