Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.28 KB

README.md

File metadata and controls

36 lines (26 loc) · 2.28 KB

When-Am-I

Navigate the streets with your cyber historian and discover areas near you that hold historical significance.

Overview

When Am I is a mobile app that uses historical data pulled from the Internet to teach the user a brief history about the place they are standing.

Features

Historical Locations
  • Set a radius to view nearby historical locations from the map page
  • Search for any historical marker or filter by tags in the search page
  • Learn about markers in the event page or get navigation to see the location for yourself
  • Over 12,000 unique locations to discover from the Texas Historic Sites Atlas
User Accounts
  • Log in with your email to access past visits and statistics
  • Collect different categories of markers and try to visit them all
  • Look back at all the locations that you have visited in the past

Tech Stack

  • React Native - We used React Native to create the frontend with the help of the Expo framework.
  • Firebase - We used Realtime Database to hold the data from all the historical markers. For users, we used Firebase Authentication and to hold user data we used Firestore.
  • react-native-maps - We used react-native-maps for displaying markers around the user.

The Team