An assignment from The Odin Project
"This project will finally give you a chance to tie together everything you’ve learned so far. You’ll build an app that feels a whole lot like a photo tagging app. You’ll start with a large photograph which contains several elements the user is meant to find, e.g. Waldo, The Wizard, Wilma etc… The user will make selections for each character and they will get feedback on whether they are correct or not."
"Keep track of how long it takes between when the photo is first loaded and when the user finally identifies all characters (do this on the server side). Once a round is complete, ask the user for his/her name and record that time. Then show a leaderboard of all the times for people who have played your game!
- ReactJS
- Styled Components
- Context
- Prop Types
- Firebase
To download and run the game locally, navigate to the directory where you want to install and run the following commands:
git clone git@github.com:programmurr/wheres-wally.git
cd wheres-wally
npm install
npm start
Complete and open for feedback on Firebase