- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
This is a To Do list: build with a simple HTML list of To Do tasks. This simple web page will be built using webpack and served by a webpack dev server, with testing.
Client
- HTML
- CSS
- JAVASCRIPT
- WEBPACK
- Responsive design
- Used only webpack, CSS, html and Javascript
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A personal computer connected to the internet
- A Modern/Updated web browser
- Have a local version control like git installed on your computer and a Github account
- Code editor installed on your computer
Clone this repository to your desired folder:
cd your-desired-folder
git clone https://github.com/HanaSabih/To-Do-list-list-structure.git
Install this project with:
cd your-desired-folder
git clone https://github.com/HanaSabih/To-Do-list-list-structure.git
To run the project, open index.html with your preferred browser.
To run tests, run the following command in your git bash
or CLI:
npx hint .
: for the html codebase and use of best practices.npx stylelint "**/*.{css,scss}"
: for the css codebase and use of best practices. you can add.npx eslint .
: for the JavaScript codebase and use of best practices.
👤 Hana Sabih
- GitHub: @githubhandle
- LinkedIn: LinkedIn
[] Add date and time for each book and store it
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly give a ⭐️.
This project is MIT licensed.