Original design idea by Cindy Shin in Behance, in association with the Creative Commons license of the design.
This project is part of the Microverse curriculum. The main objective is to develop a professional website that will meet the requirements of a client and be able to meet deadlines. The developer will be the only one involved in the decision making of what tools should be implemeneted to meet the required design and functionality.
- Html/Css(scss)
- Vanilla JavaScript
- WebHint
- Stylelint
- ESlint
To get a local copy of this project:
Clone this repository or download the Zip or (rar) folder:
https://github.com/AACHOURMOHAMED/CRYPTONI-CAPSTONE.git
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 ."
https://www.loom.com/share/23d4adfb383647a09c1430397ee4cc35
👤 AshourMohamed
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project is part of Capstone week of module 1 in the Microverse study program.