Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balikuddembe/todo-list-using-es6-and-webpack
To-Do List is a simple yet very helpful application to keep track of your daily/weekly activities.This project was developed using html | css | javascript | webpack
https://github.com/balikuddembe/todo-list-using-es6-and-webpack
css html javascript webpack
Last synced: about 2 months ago
JSON representation
To-Do List is a simple yet very helpful application to keep track of your daily/weekly activities.This project was developed using html | css | javascript | webpack
- Host: GitHub
- URL: https://github.com/balikuddembe/todo-list-using-es6-and-webpack
- Owner: Balikuddembe
- Created: 2022-11-02T13:33:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T09:58:35.000Z (about 2 years ago)
- Last Synced: 2024-04-16T14:12:17.574Z (9 months ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 765 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo List
> To-Do List is a simple yet very helpful project to keep track of your daily/weekly activities.
## Built With
- html
- Css
- JavaScript ES6
- Webpack
- Linter## Live Demo
[Live Demo](https://balikuddembe.github.io/ToDo-List-using-ES6-and-Webpack/dist/index.html)
## Getting Started
to get started with this project clone it with `git clone https://github.com/Balikuddembe/ToDo-List-using-ES6-and-Webpack.git`
### Prerequisites
- basic knowledge of html, css, js and webpack
### Setup
In order to use the project files, Kindly follow these steps:
- After cloning the project and ensuring its locally on you PC.
- Install npm dependencies: `npm install`.
- run `npm run build` to build the project in the `dist` folder
- To check the live preview: `npm run start`
- For StyLint test, run: `npx stylelint "**/*.{css,scss}"`
- For WebHint test, run: `npx hint`.
- For EsLint test, run: `npx eslint`.## Authors
👤 **Emmanuel Balikuddembe (Me)**
- GitHub: [@BalixEmma](https://twitter.com/BalixEmma/)
- LinkedIn: [Emmanuel Balikuddembe](https://www.linkedin.com/in/emmanuel-balikuddembe-763765b2/)## 🤝 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](./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._