"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.
- HTML5, Javascript
- CSS3
- Linters
- Webpack
To get a local copy up and running follow these simple example steps.
- Have a good knowledge on how to parse UI designs
- Have VSCode or other text editor installed. Link to download VSCode
- Install node package. Link to download node
- Have git installed.Link to download git
- Create a github repository.
- git clone https://github.com/vickymarz/todo-list.git
- cd todo-list/ -Follow the HTML-CSS linter confuguration to docs to setup linters Link to Microverse linter docs
- Setup webpack configuration to bundle up your javascript modules. Follow the instructions from the getting started guide to set up the basics
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 .
- Use GitHub pages to deploy website
- For more information about publishing sources, see About github pages
👤 Okoroji Victor aka Vickymarz
-
GitHub: @githubhandle
-
LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Coding Partners
- Code Reviewers
This project is MIT licensed.