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.
- Host: GitHub
- URL: https://github.com/acushlakoncept/todo
- Owner: acushlakoncept
- Created: 2020-09-21T12:52:54.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2020-10-01T18:12:16.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T13:12:51.304Z (over 1 year ago)
- Topics: bootstrap, css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://acushlakoncept.github.io/todo/
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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!