https://github.com/jeanbulambo/todolist
The to-do list is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. We built a simple website that allows for doing that, and we did it using ES6 and Webpack!
https://github.com/jeanbulambo/todolist
css html javascript webpack
Last synced: 9 months ago
JSON representation
The to-do list is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. We built a simple website that allows for doing that, and we did it using ES6 and Webpack!
- Host: GitHub
- URL: https://github.com/jeanbulambo/todolist
- Owner: Jeanbulambo
- Created: 2022-07-13T12:10:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T17:27:02.000Z (over 3 years ago)
- Last Synced: 2025-04-09T11:22:03.135Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 776 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microverse-to-do-list
> "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. we built a simple website that allows for doing that, and we did it using ES6 and Webpack!
## Live Demo
[Live Demo Link](https://stupendous-crisp-251e90.netlify.app)
## Built With
- HTML5
- CSS
- JavaScript (ES6)
- Webpack
- Linters (Lighthouse, Webhint, Stylelint, Eslint)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
install git, node, any code editor in your local machine
### Setup
clone the repo or download from git@github.com:Jeanbulambo/Todolist-repo.git
### Install dependencies
npm install
### Build the app'
npm run build
### Run the app
npm start
### Deployment
To run the project run the "index.html" file in your browser.
👤 **Author1**
- GitHub: [@Jeanbulambo](https://github.com/Jeanbulambo)
## 🤝 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc.
## 📝 License
This project is [MIT](./MIT.md) licensed.