Description
📌 The app must show information about the various tourist attractions in the state of Santa Catarina, such as:
- reserves and ecological parks;
- historic buildings and monuments;
- amusement parks, event centers, shopping centers, etc.
📌 The application have the following screens:
- a home screen
- a screen with a list of all tourist attractions;
- a screen that shows the detailed data of a tourist attraction chosen in the previous screen.
Technologies
Run
-
Install npm, Node.js, git, and expo (https://docs.expo.dev/get-started/installation/).
-
Download the Expo app on your phone and create an account to see the app running
-
Clone the repository (git clone https://github.com/eduardagomess/tourism-app.git)
-
Through the command line, go to the project folder (tourism-app) and execute the following command 'npm install'
-
To see the app working:
- go to the tourism-app folder and run the command 'expo start'
- After the above command, use your phone camera to read de QRcode to open the app on your phone
At the end of these steps, the app will be working in the expo app and ready to be tested!