This project combines backend and frontend functionality to create an interactive "Where's Waldo?"-style game. Users search for hidden characters in an image, receive feedback, and track their scores.
- Interactive Gameplay: Users click on an image to identify characters. A targeting box and dropdown menu allow character selection.
- Validation: Character selections are validated through a Node.js/Express backend with Prisma and PostgreSQL.
- Score Tracking: The app times users, records their names, and stores scores in a leaderboard.
- Custom Design: Styled with custom CSS for a clean and intuitive interface.
- Backend: Node.js, Express, Prisma, PostgreSQL
- Frontend: React and custom CSS
The app is designed for desktop use. Explore the code and test your skills by finding all the characters! 🎯

