This is a solution to the Countries REST API challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able 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
Make sure to have node.js
npm
and yarn
installed and that you are in the root directory of the project, then simply run:
yarn install
To run the development server, execute:
yarn run dev
- React - Front-end Framework
- TypeScript - JS High-level programming language
- Chakra-UI - Css component library
- React Router - Client-side routing
- React Query - Asynchronous state management
- Axios - Promise based HTTP client
- Countries REST API - World Countries API
- Name - Omar Mohamed
- Frontend Mentor - @OmarLawaty
- Linkedin - @OmarLawaty