To-do-list-app
A to-do list is a app that allow the user to organize the his daily activities.
Built With
- HTML5, Javascript
- CSS3
- Webpack
Live Demo
Live Demo Link
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
Setup
- git clone https://github.com/victoradesamuel/To-do-list-app.git
- cd todo-list/
- Setup webpack configuration to bundle up your javascript modules. Follow the instructions from the getting started guide to set up the basics
Run tests
For tracking linters errors locally, you need to follow these steps:
- For tracking linter errors in HTML file run:
npx hint .
- For tracking linter errors in CSS file run:
npx stylelint "**/*.{css,scss}"
- For tracking linter errors in Javascript file run:
npx eslint .
Deployment
- Use GitHub pages to deploy website
- For more information about publishing sources, see About github pages
Author
👤 Ade-Samuel Victor Ayomide
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a ⭐️ if you like this project!
Acknowledgments
📝 License
This project is MIT licensed.