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

https://github.com/ericmahare/todo-list

This is a project done to demonstrate my skills on webpack and Javascript 2015. The website enables users to add their todo items and perform CRUD functionalities on them. The data is also saved on the local storage so it cannot be closed even if the browser is closed.
https://github.com/ericmahare/todo-list

css3 html5 javascript webpack

Last synced: about 1 year ago
JSON representation

This is a project done to demonstrate my skills on webpack and Javascript 2015. The website enables users to add their todo items and perform CRUD functionalities on them. The data is also saved on the local storage so it cannot be closed even if the browser is closed.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# My Portfolio

> This is a todo list project done using ES6 modules and webpack

## Built With

- HTML
- CSS
- JavaScript
- webpack

## Live Link

[view live demo](https://ericmahare.github.io/todo-list/)

## Getting Started

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

- copy this link `https://github.com/ericmahare/todo-list.git`.
- get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write `git clone https://github.com/ericmahare/todo-list.git`.
- go to the repository folder in your command prompt `cd todo-list`
- write `npm install` to install all the packages.
- write `npm start` to start the live server

## Authors

👤 **Eric Mahare**

- GitHub: [@erikmahare](https://github.com/ericmahare)
- Twitter: [@erikmahare](https://twitter.com/erikmahare)
- LinkedIn: [Eric Mahare](https://www.linkedin.com/in/eric-mahare-358944183?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BGc83LPvtSs%2BW8o55aCNPKw%3D%3D)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

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