https://github.com/lojacho/todolist
I built a simple web page that can help you to handle a list of to do tasks. This web page was build using webpack.
https://github.com/lojacho/todolist
javascript webpack
Last synced: 11 months ago
JSON representation
I built a simple web page that can help you to handle a list of to do tasks. This web page was build using webpack.
- Host: GitHub
- URL: https://github.com/lojacho/todolist
- Owner: lojacho
- License: mit
- Created: 2022-12-07T17:50:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T20:53:34.000Z (over 3 years ago)
- Last Synced: 2025-04-24T06:46:02.736Z (about 1 year ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 8.2 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microverse README Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**[Library]** Use code from [libraryClasses](https://github.com/dgcuenca/libraryClasses) , refactor it in order to use with ES6 modules.
Client
Server
Database
> Describe between 1-3 key features of the application.
- **[Use of javascript modules to show a website]**
- **[add_a_book]**
- **[erase_a_book]**
> Link to deployed project.
- [Watch it in action](https://dgcuenca.github.io/ToDoList/)
> This project can be used as an example on how to use ES6 modules features to make a website.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Visual Studio
### Setup
Clone this repository to your desired folder:
- On GitHub.com, navigate to the main page of the repository.
- Above the list of files, click Code.
- Copy the URL for the repository.
- Open Terminal.
- Change the current working directory to the location where you want the cloned directory.
- Type git clone, and then paste the URL you copied earlier.
- Press Enter to create your local clone.
--->
### Deployment
You can deploy this project using:
- Git Hub Pages.
👤 **Diego Cuenca**
- GitHub: [@dgcuenca](https://github.com/dgcuenca)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/diego-cuenca?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BKbNMKch7QoKWf8%2FVrlKCqg%3D%3D)
> Describe 1 - 3 features you will add to the project.
- [ ] **[Improve UX experience]**
- [ ] **[Clean refactored code]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/dgcuenca/AwesomeBookswithES6/issues).
If you like this project please leave me a star
> Give credit to everyone who inspired your codebase.
- I would like to thank all my microverse classmates.
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._