This project was created for an interview quite some time ago, and while the dependencies may be a bit outdated, it serves as a functional learning and testing resource. The GraphQL Traveler App utilizes GraphQL Apollo and React to create a straightforward application. Users can navigate through fetched destinations, loading information until they choose a country, and then view useful details about the selected country.
Make sure you have installed:
- Clone the repository:
git clone https://github.com/nsimona/traveler
- Navigate to the project directory:
cd traveler
- Install dependencies:
npm install
- Start the application:
npm start
Explore and navigate through destinations with the Traveler. Choose a country to display detailed information.