Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 2.22 KB

README.md

File metadata and controls

81 lines (50 loc) · 2.22 KB

todo-list

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

screenshot

Built With

  • HTML5, Javascript
  • CSS3
  • Linters
  • Webpack

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

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

👤 Okoroji Victor aka Vickymarz

🤝 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

  • Microverse
  • Coding Partners
  • Code Reviewers

📝 License

This project is MIT licensed.