- Play a Web App implementation of the game "Where's Waldo
- Find 3 items in the Navbar from the Image given, the faster, the better!
- Record your time in
Firestore
and check whether you're in Top 10!
This project serves as my first "full stack" Web App. It is mainly used to practice using Firebase as backend and to further improve on using React for frontend. I needed a bit of refresher in using
- Clone the repository.
- Update node_modules. Run
npm install
to project directory. - Run the project. Run
npm start
. - Follow the game instructions and play!
[] Add more images/maps/difficulties. [] Further improve the timer function.
Made with mainly ReactJS and bootsrapped with create-react-app
.
- React / CRA
styled-components
react-tooltip
to make image tooltipsreact-router-dom
for routing pages.Google Firebase
as backend.