Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.49 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.49 KB

React Countries

Description

- This app connects to Rest Countries Api - It then displays all countries and information about each - When a country is viewed individually, a connection is made to Abstract's Holiday Api and Unsplash's Photo Api

- Holidays and photos for the specific country are then displayed

Screenshots

Technologies / Frameworks

  • React
  • Material UI
  • Axios

Connect With Me

How To Use

To get started with React Countries, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies using npm install.
  3. Start the application using npm start.