[Genius Academy] is my first Capstone project that mimics a real-world project.
- ✅ HTML
- ✅ CSS
- ✅ JavaScript
- ✅ LightHouse
- ✅ WebHint
- ✅ Styelint
- ✅ ESLint
- ✅ Git
- ✅ Github
Client
Server
Database
- 🔰 [Home page]
- 🔰 [About Page]
- 🔰 [Menu Section]
- 🔰 [Responsive]
- 🔰 [Good look and feel]
- ✅ You can see the live demo of this webpage by clicking here;
To get a local copy up and running, follow these steps.
- Download or clone this repostory.
- Provide a browser.
- Open the
index.html
file using webpage browser.
In order to run this project you need:
- ✔ Git installed in your machine.
- ✔ Sign in or sign up to your Github account.
- ✔ A professional editer such as VS Code.
- ✔ An Updated web browser such as Google Chrome, you can download it from here.
- ✔ Node.js installed in your machine.
- ✔ Lighthouse.
- ✔ Webhint
npm init -y
npm install --save-dev hint@7.x
npx hint .
- ✔ Stylelint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- ✔ ESLint
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
-
Clone this repository to your desired folder:
-
Example commands:
cd [YOUR FOLDER]
git clone https://github.com/M-Anwar-Hussaini/Genius-Academy.git
- Install this project by cloning or downloading the master branch of this repository and run
index.html
file on the root of repository.
- To run the project, execute the following command:
cd [YOUR FOLDER]
git clone https://github.com/M-Anwar-Hussaini/Genius-Academy.git
- WebHint ☑
npx hint .
- Stylelint ☑
npx stylelint "**/*.{css,scss}"
- ESLint ☑
npx eslint .
This project is deployed by the author, no permission for deployment by any other client.
👤 Mohammad Anwar Hussaini (Main Author)
- 👤 GitHub: @Anwar Hussaini
- 👤 Twitter: @MAnwarHussaini
- 👤 LinkedIn: Mohammad Anwar Hussaini
- [Client interaction]
- [Deploy to a universal server]
- [Tutorials]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly drop a start for the repository;
I would like to thank the following individuals and organizations for their contribution to this project.
- 🙏 Microvere for its arrangement and supports to all Micronauts and me.
- 🙏 IonIcon for its free flexable icons.
- 🙏 Cindy Shin in Behance for providing the template for the capstone project.
I especially thank from these Micronauts for their honest help and constructive feedbacks during the project:
- 🙏 Hafizullah Rasa.
- 🙏 Mahram Hussain Nazari.
- 🙏 Ali Baba Hussaini.
- 🙏 Ghulam Reza Mirzaee.
- 🙏 Najibullah Jafari.
This project is MIT licensed.