[Most Visitied Countries] is a web application that provides information about different countries. It allows users to explore details such as the continent, capital, area, and population of various countries. Users can also view comments and add their own insights about specific countries. The application utilizes the Involvement API to enable features like liking countries and commenting. It offers a user-friendly interface with pop-up windows to display country information and interact with the community through comments. The project aims to provide an engaging platform for users to learn and share knowledge about different countries.
- ✅ HTML
- ✅ CSS
- ✅ BootStrap
- ✅ JavaScript
- ✅ WebPack
- ✅ LightHouse
- ✅ WebHint
- ✅ Styelint
- ✅ ESLint
- ✅ Git
- ✅ Github
- ✅ APIs
- ✅ Jest
Markup
- HTML
- MD markup
Style
- CSS
- Bootstrap
Dynamic
- JavaScript
- WepPack
- APIs
- 🔰 [Display countries with thier informations]
- 🔰 [Asynchronous javascript functionality]
- 🔰 [Professional design]
- 🔰 [Good look and feel]
- 🔰 [Responsive]
To get a local copy up and running, follow these steps.
- Download or clone this repostory.
- Provide a browser.
- Open the
./dist/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
- ✔ Stylelint
- ✔ ESLint
- ✔ WebPack
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
- Initialize package.json:
npm init y
- Install webpack:
npm install webpack webpack-cli --save-dev
- Install CSS style loader:
npm install --save-dev style-loader css-loader
-
Clone this repository to your desired folder:
-
Example commands:
cd [YOUR FOLDER]
git clone https://github.com/M-Anwar-Hussaini/JavaScriptCapstone.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/JavaScriptCapstone.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
- 👤 GitHub: @Anwar Hussaini
- 👤 Twitter: @MAnwarHussaini
- 👤 LinkedIn: Mohammad Anwar Hussaini
👤 Sergio Usma
- GitHub: @sergio-usma
- Twitter: @VonUsma
- LinkedIn: Sergio Andres Usma
- [Release Version]
- [Host to a server]
- [Use bootstrap framework]
- [Use developer local storage]
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.
- 🙏We would like to express my heartfelt gratitude to Microvere for the invaluable learning experience they have provided. The supportive community, dedicated mentors, and remote collaboration opportunities have enhanced my technical skills and prepared me for real-world projects. I extend my appreciation to the mentors and staff members for their guidance and support. The friendships and knowledge sharing within the Microverse community have made this journey truly rewarding.
This project is MIT licensed.