Eat the World
This is a group project developed during the Skylab Bootcamp. The application shows information about different types of restaurants in many parts of the world. Due to an unexpected access blockage to Spain, it is necessary to access via a VPN from another country (e.g. USA).
Features
- Users can search by city, type of cuisine or restaurant name even if they are not logged in.
- You can see the details of each restaurant by clicking on the picture.
- The favourites section is only available for registered users.
- When the user logs in, the page remembers the last site he was browsing.
- When the user logs out, any saved data will be deleted except for favourites.
What I learned
- How to work in a team of three.
- How to manage GitHub branches and pull requests.
- How to create a timer with React.
- How to include additional features only for registered users.
- How to document the project with UML.
- How to access an API with country limitations using a VPN.
Technologies
- Front-end: React (JavaScript), CSS-SASS
- Back-end: -