Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Landmarks

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.

Overview

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.

Features

  • Fetches landmark data from a Node.js server.
  • Displays landmark information in a slideshow format.
  • Built with React Native and TypeScript.

Setup

This project was created using npx create-expo-app.

To get started, follow these steps:

  1. Clone the repository.
  2. Install dependencies using npm install or yarn install.
  3. Start the development server with npx expo start.

Usage

Run the project on your preferred emulator or physical device to see the slideshow of landmarks.

Backend

Ensure the backend_db project is running to provide the necessary data for the landmarks.

Screenshots

Landing Page

Landing Page The landing page contains a brief description of the app and a button that navigates to the landmarks screen.

Landmarks Screen

Landmarks Screen The landmarks screen features a horizontally scrollable element displaying pictures of landmarks along with their titles.