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.
- Host: GitHub
- URL: https://github.com/ericmahare/todo-list
- Owner: ericmahare
- Created: 2022-04-26T18:55:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T10:36:29.000Z (about 4 years ago)
- Last Synced: 2023-03-05T03:45:09.185Z (over 3 years ago)
- Topics: css3, html5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 337 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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