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

https://github.com/yuvenalmash/todolist

To do list app with a simple UI. It uses webpack module bundler and local storage
https://github.com/yuvenalmash/todolist

javascript webpack

Last synced: 4 months ago
JSON representation

To do list app with a simple UI. It uses webpack module bundler and local storage

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[To Do List(with webpack)\] ](#-to-do-listwith-webpack-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 [To Do List(with webpack)]

**[To Do List(with webpack)]** is a simple to do list application with add, remove and read functionalities

## 🛠 Built With

### Tech Stack
- HTML
- CSS
- JavaScript

### Key Features

- **Web pack**
- **uses local storage**

(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:

- install node

### Setup

Clone this repository to your desired folder:

```sh
cd desired-folder
git clone https://github.com/yuvenalmash/ToDoList.git
```

### Install

Install this project with:

```sh
cd ToDoList
npm install
npm run build
```

### Usage

To run the project, execute the following command:

```sh
npm run server
```
- open 'localhost:3000' to view the project in your browser

### Run tests

To run tests, run the following command:

```sh
npm test
```

(back to top)

## 👥 Authors

👤 **Yuvenal Njoroge**

- GitHub: [@githubhandle](https://github.com/yuvenalmash)
- Twitter: [@twitterhandle](https://twitter.com/_Juvenal_)
- LinkedIn: [LinkedIn](https://linkedin.com/in/yuvenal-njoroge)

(back to top)

## 🔭 Future Features

- **add functionality to 'clear all copleted' button**
- **add functionality to the checkbox**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/yuvenalmash/ToDoList/issues).

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for the inspiration

(back to top)

## ❓ FAQ

- **What is webpack?**

- [Link to answer](https://webpack.js.org/concepts/)

- **How to setup webpack**

- [Link to answer](https://webpack.js.org/guides/getting-started/#basic-setup)

(back to top)

## 📝 License

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

(back to top)