- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[To Do List] is a Single Page website that we can add and remove our to do tasks, which I used JavaScript modules pattern and webpack.
Details
- Dynamic content using JavaScript
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
Clone this repository to your desired folder:
- Download the Zip file or clone the repo with:
bash git clone https://github.com/Iqbal-Elham/To-Do-List.git - To access cloned directory run:
bash cd To-Do-List - Open it with the live server
To install linters and other project's dependencies run:
bash npm install
To run the project, execute the following command:
To run tests, run the following command:
Test for Linters For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
bash npx hint . - For tracking linter errors in CSS or SASS files run:
bash npx stylelint "**/*.{css,scss}" - For tracking linter errors in javascript files run:
bash npx eslint .
You can deploy this project using:
👤 Iqbal Elham
- GitHub: @iqbal-elham
- [Add navigation bar]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
Give a ⭐️ if you like this project!
Give credit to everyone who inspired your codebase.
A great thanks to Microverse.
This project is MIT licensed.
