App designed & built from scratch to search and view detailed information about countries of the world.
Build an app similar to this challenge on frontendmentor.
- Download or clone the repository
- Install dependencies -
npm install
- Run gulp & watch for changes -
gulp
ornpx gulp
Use the REST countries API to pull and display country data, enabling users to:
- See all countries from the API on the homepage
- Search for a country using an input field
- Filter countries by region
- Click on a country to see more detailed information on a separate page
- Click through to the border countries on the detail page
- Toggle the color scheme between light and dark mode (optional)
- Gulp
- Sass
- HTML5
- Javascript
- Flexbox
- Grid
- REST Countries API
MIT 2019