- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
A simple website that displays a simple HTML list of To Do tasks and allows you to add and remove from that list.
-HTML -CSS -Javascript -Webpack
Describe the tech stack and include only the relevant sections that apply to your project.
Client
- Html
- Css
- Javascript
- Webpack
[Local Storage] A feature that allows you to store data on the client-side [Modules] Modules can help keep code organized, improve maintainability, and reduce the likelihood of naming conflicts. [CRUD] These are the basic operations used in databases and applications for managing data.
- Live Demo is not available
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A text editor (preferably Visual Studio Code)
- Github
Clone this repository to your desired folder:
cd my-folder git clone https://github.com/Ferizad/To-Do-List.git
Install this project with:
To run the project, execute the following command:
- After Cloning this repo to your local machine
- Open the
index.html
in your browser - Open with Live Server
To track linter errors locally follow these steps:
Download all the dependencies run:
npm install
Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint .
You can deploy this project using: GitHub pages
👤 Ferizad
- GitHub: @Ferizad
- Twitter: @FerizadK
- LinkedIn: Ferizad Kanafina
Describe 1 - 3 features you will add to the project.
- [Make some changes]
- [Add application's styling]
- [build a complete website with working navigation.]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project feel free to leave comments and contact via given authors information above.
I would like to thank the code reviewers for the taking time to do the work. A special thank you as well to my teammates for their support it wouldnt have been possible without you guys.
This project is MIT licensed.