Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 2.72 KB

README.md

File metadata and controls

77 lines (59 loc) · 2.72 KB

Table of Contents

  1. About The Project
  2. Prerequisites
  3. Installation


About The Project

TikTok Explore is a geographical tracker that displays all your saved posts with a location tag on a map interface. The map features all your saved posts that have a location tag near your current location, with the option to display more posts if desired. Additionally, you are able to see which of these posts have been liked or saved by your friends as well, this provides insights into making plans together and helps you identify common interests between your peers.

Built With


Team Members

Members School Email Email
Tan Sheng Da shengda.tan.2021 shengdatan@gmail.com
Sng Yue Wei, Rachel rachel.sng.2021 rrachelsng@gmail.com
Adam Tan adam.tan.2021 adamft.2021@scis.smu.edu.sg
Poo Jun Sui junsui.poo.2021 junsui.poo.2021@scis.smu.edu.sg
Seth Yap sethyap.2021 sethyap.2021@scis.smu.edu.sg

(back to top)



Prerequisites

  • Please ensure your phone has Expo Go installed from the App Store
  • Ensure you have a valid Google Maps API key to enable integration with Google Maps
    • Create a .env file in the root folder of your project
    • Inside the .env file, add the following line GOOGLE_MAPS_API_KEY=YOUR_API_KEY_HERE

(back to top)



Installation

Clone

Clone the github repository to your local machine by typing in the terminal git clone https://github.com/tan-sd/tiktok-explore.git

Setup

  1. In the terminal, type cd tiktok-explore then npm install
  2. To launch the project, type npx expo start
  3. Scan the generated QR Code with your device

(back to top)