An application where you can get information about more than 200 countries.
The app is ready to be used: https://christianrl23.github.io/countries-app/ Countries App is an application that consumes an API (REST Countries) to provide the user with information about more than 200 countries, such as name, population, languages, currencies, etc.
- HTML
- CSS
- JavaScript
- React
- Hooks
- Custom Hooks
- Context API
- SASS / SCSS
- Git
- REST Countries API
- Change app theme between light and dark mode.
- Filter countries for region.
- Show an individual component with extra information for every country.
- Use the search bar to consult information about a specific country.
- Navigate between neighbours countries.
- Responsive design.
- Clone this repository
git clone https://github.com/ChristianRL23/countries-app.git
- Go into the repository
cd countries-app
- Install dependencies
npm install
- Run the app
npm start