Skip to content

rmathr/photo-tagging

Repository files navigation

React Where's Waldo Game

This project was made as the backend part of The Odin Project's JavaScript curriculum. This project's main goal was to replicate a "Where's Waldo" game incorporating some kind of backend database. In this game players have to find five different characters spread across a huge image. When the player finds some character location they click on its position and select the correct character from a list. If the coordinates chosen are correct that character is then marked as found. Firebase was used to store character's data and high scores information. This project was made using React, TailwindCSS and Firebase.

🚀 Demo

https://photo-tagging-hwpwkofdp-rmathr.vercel.app/#/

Project Screenshots:

project-screenshot project-screenshot

🧐 Features

Here're some of the project's best features:

  • Use of firebase for backend storage
  • Leaderboard for user's best times
  • Filter to prevent profanity words from being saved on the database.

💻 Built with

Technologies used in the project:

  • React
  • Tailwind CSS
  • Material UI
  • Webpack
  • Firebase