https://github.com/oldprojectss/todo-list-with-webpack
In this project, I build a basic website that allows users to add/remove taskes from a list, using JavaScript objects and arrays. and dynamically modify the DOM and add basic events.
https://github.com/oldprojectss/todo-list-with-webpack
css3 fontawesome html5 javascript webpack
Last synced: 2 months ago
JSON representation
In this project, I build a basic website that allows users to add/remove taskes from a list, using JavaScript objects and arrays. and dynamically modify the DOM and add basic events.
- Host: GitHub
- URL: https://github.com/oldprojectss/todo-list-with-webpack
- Owner: oldProjectss
- Created: 2022-02-15T11:15:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T15:56:52.000Z (over 3 years ago)
- Last Synced: 2023-11-01T00:25:39.694Z (almost 2 years ago)
- Topics: css3, fontawesome, html5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 904 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo list with Webpack

> In this project, I build a basic website that allows users to add/remove taskes from a list, using JavaScript objects and arrays. and dynamically modify the DOM and add basic events.

## Built With
- HTML/CSS, Javascript
- Git/Github, CLI## Live Demo
[Live Demo Link](https://ismailco.github.io/Todo-list-with-webpack/dist/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
### Setup
To get the project up and running you need a browser.
### Install
To get the project locally, run `git clone git@github.com:Ismailco/Todo-list-with-webpack.git`
### Usage
This project is a To-Do app that let you stor your todo taskes in an object.
### Run tests
For:
- Eslint: run `npx eslint .`
- Eslint: run `npx hint .`
- Stylelint: run `npx stylelint "**/*.{css.scss}"`## Authors
👤 **Ismail Courr**
- GitHub: [@ismailco](https://github.com/ismailco)
- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)
- LinkedIn: [Ismail Courr](https://linkedin.com/in/ismailcourr)## 🤝 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.