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

https://github.com/acushlakoncept/todo

In this project, we built a simple Todo App using Webpack and ES6 by dynamically creating a majority of the DOM elements. Local storage was used to persist data across the user's session.
https://github.com/acushlakoncept/todo

bootstrap css html javascript webpack

Last synced: 2 months ago
JSON representation

In this project, we built a simple Todo App using Webpack and ES6 by dynamically creating a majority of the DOM elements. Local storage was used to persist data across the user's session.

Awesome Lists containing this project

README

          

# TODO APP

In this project, we built a simple Todo App using Webpack and ES6 by dynamically creating a majority of the DOM elements. Local storage was used to persist data across the user's session.

- DOM Manipulation with JavaScript
- LocalStorage
- Bootstrap
- Jest Testing

![screenshot](./todoscreenshot.gif)

## Built With

- HTML
- JavaScript
- Webpack
- BootStrap

## Live Demo
[Live Demo Link](https://acushlakoncept.github.io/todo/)

## Getting Started

To get a local copy of the repository please run the following commands on your terminal:

```bash
$ cd
$ git clone https://github.com/acushlakoncept/todo.git
$ cd todo
$ npm install
$ npm run start
```

#### Run test
```bash
$ npm test
```

## Author

**Uduak Essien**

- Github: [@acushlakoncept](https://github.com/acushlakoncept/)
- Twitter: [@acushlakoncept](https://twitter.com/acushlakoncept)
- Linkedin: [acushlakoncept](https://www.linkedin.com/in/acushlakoncept/)

👤 **Adedeko Olawale**

- Github: [@OlawaleJoseph](https://github.com/OlawaleJoseph)
- Twitter: [@javanode123](https://twitter.com/javanode123)
- Linkedin: [olawale-adedeko](http://www.linkedin.com/in/olawale-adedeko)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!