This is a React Native project titled Landmarks. It uses TypeScript for its components and aims to provide a simple slideshow presentation of major landmarks around the world.
The project makes requests to a Node.js server in the backend_db project. The server returns information about major landmarks, including the country, location, and landmark name.
- Fetches landmark data from a Node.js server.
- Displays landmark information in a slideshow format.
- Built with React Native and TypeScript.
This project was created using npx create-expo-app.
To get started, follow these steps:
- Clone the repository.
- Install dependencies using
npm installoryarn install. - Start the development server with
npx expo start.
Run the project on your preferred emulator or physical device to see the slideshow of landmarks.
Ensure the backend_db project is running to provide the necessary data for the landmarks.
The landing page contains a brief description of the app and a button that navigates to the landmarks screen.
The landmarks screen features a horizontally scrollable element displaying pictures of landmarks along with their titles.