This is a very simple React app that helps you pick a holiday destination by showing you facts about a random country when you press the button to 'find my next holiday destination.
The app retrieves countries from a RESTful Country API and diplays the information on the page. The country selected is chosen by a simple random number generator. The data is refreshed every time the button is pressed.
This repo was created as part of a Hackathon Friday, where the aim was to create an app in five hours, including design and presentation. There were four team members - Cintia, Israel, Nicholas and Sinead.
Cintia:
Nicholas:
Sinead:
Israel:
Further project documentation is available as follows:
Description | Link |
---|---|
End of day presentation (using Canva) | https://www.canva.com/design/DAFBPXD2JNg/lPErObBZUlS_vMHYbxod2Q/edit?utm_content=DAFBPXD2JNg |
Ideation post-its, low-fidelity wireframes, component breakdown (using MiroBoard) | https://miro.com/app/board/uXjVOMzzZmo=/ |
High fidelity wireframes (using Figma) | https://www.figma.com/file/f8nIx9468LKCWuBtwmk1eU/F4---Travel-Random?node-id=0%3A1 |
Make sure to set the REACT_APP_API_URL
to be the url of your api. You can find the guide in this Google Doc