MY-TODO-LIST is a project i worked to help clients all around the world set goals/tasks according to priority.
Visual Studio Code, Github
The Tech stack used in this project is the frontend technology and it consists of just the index.html,scipt.js and styles.css and webpack files
All necessary files about the concert are present in the repo so run/install it and check through for any information you might need.
In order to run this project you need: A browser A good internet connection Visual Studio Code [OPTIONAL]
Clone this repository to your desired folder:
Install this project with:
To run the project, Click on the live Demo link orβ¦
To run tests, run the following command: npm install βsave-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x npx stylelint β*/.{css,scss}β
npm install βsave-dev hint@7.x npx hint .
npm install βsave-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x npx eslint .
You can deploy this project using:
githack and github pages
π€ Author1
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project⦠please leave me a comment in my twitter account, Thankyou
I will like to give kudos to microverse for assigning the creation of this project to me.
How did you get the linters to work for the html and CSS
βnpm install βsave-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.xβ
then: npx stylelint β*/.{css,scss}β to test for CSS and npx hint . for HTML
How did you align the elements to stack on or beside eachother
Use flex or grid boxes
This project is MIT licensed.