[country-filters-capstone] is a web application that provides information about population in different countries around the world. It allows users to explore population by country and view details of individual country.
Client
- [List_country] - View a list of countries with their respective population
- [Search_country] - Search for a specific country
- [View_details_of_country] - View details of selected country
Below are important links to live project .
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A code editor (preferably VSCode)
- A browser
- Node.js (version 12 or higher to run javascript files locally)
- LiveServer (to load javascript modules)
- npm (version 6 or higher) or Yarn (version 1.22 or higher)
Clone this repository to your desired folder:
- Open git bash on local computer
- clone the repo with:
git clone from https://github.com/mercymugambi/country-filters-capstone.git
Install this project with:
- run
cd country-filters-capstone
to enter the project folder - run
npm i
to install all dependencies
To run the project, execute the following command:
- run
npm start
to launch the application
To run tests, run the following command:
- run
npm test
👤 Mercy Mugambi
- GitHub: @mercymugambi
- Twitter: @mercymugambi
- LinkedIn: @mercymugambi
- [More_country_details]
- [focus_on_other_regions]
- [Add_countries_maps]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly leave a comment below and share it with someone who enjoys coding! Coding is all about continuous learning and allowing yourself to be a beginner at first attempt. Keep going!
This web design was inspired by Nelson Sakwa on this idea.
I'm thankful to Microverse for providing a study platform which guided me through this project
This project is MIT licensed.