Skip to content

derekdkim/find-waldo

Repository files navigation

Find Waldo

This project is a React App (bootstrapped with Create React App) with a Google Firebase back-end. It is a photo tagging game which retrieves character position data from Firestore to match the mouse position. This app features a leaderboard system that is rendered using react-table library.

Installation:

Online

This app is hosted on Google Firebase.

Visit the Website

Local

To run this app locally, clone the app, install the dependencies, then run npm start

git clone git@github.com:derekdkim/find-waldo.git

cd find-waldo

npm install

npm start

which runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

Releases

No releases published

Packages

No packages published