Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haminimi/where-is-waldo
Where's Wally? (called Where's Waldo? in Canada and the USA) is a British series of children's puzzle books created by English illustrator Martin Handford. Readers are challenged to find a character named Wally and his friends hidden throughout the pages.
https://github.com/haminimi/where-is-waldo
express jamstack mongodb nodejs react supertest theodinproject where-is-waldo
Last synced: 25 days ago
JSON representation
Where's Wally? (called Where's Waldo? in Canada and the USA) is a British series of children's puzzle books created by English illustrator Martin Handford. Readers are challenged to find a character named Wally and his friends hidden throughout the pages.
- Host: GitHub
- URL: https://github.com/haminimi/where-is-waldo
- Owner: Haminimi
- Created: 2024-02-17T19:26:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:50:11.000Z (6 months ago)
- Last Synced: 2024-10-12T06:41:55.665Z (25 days ago)
- Topics: express, jamstack, mongodb, nodejs, react, supertest, theodinproject, where-is-waldo
- Language: JavaScript
- Homepage: https://where-is-waldo-rouge.vercel.app
- Size: 6.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Where's Waldo?
![Screenshot of the Where's Waldo? game.](/screenshot.png)
## Description
[Where's Wally?](https://en.wikipedia.org/wiki/Where%27s_Wally%3F) (called Where's Waldo? in Canada and the USA) is a British series of children's puzzle books created by English illustrator [Martin Handford](https://en.wikipedia.org/wiki/Martin_Handford). Readers are challenged to find a character named Wally and his friends hidden throughout the pages. [The project](https://www.theodinproject.com/lessons/nodejs-where-s-waldo-a-photo-tagging-app) is a part of [The Odin Project](https://www.theodinproject.com/dashboard)'s Node course within [The Odin Project](https://www.theodinproject.com/dashboard)'s curriculum. The Odin Project provides a high quality web development education maintained by an open source community.
## Live Preview and Backend
You can check out [the game here](https://where-is-waldo-rouge.vercel.app/), and [the backend code here](https://github.com/Haminimi/where-is-waldo-backend).
## Main Features
- **Jamstack**
## Tech
**The project is built with:**
- React
- Node.js/Express
- MongoDB
- Vanilla CSS**Tools**
- Visual Studio Code
- Git
- cURL and Postman
## Covered Topics
**This section mentions the main topics covered during project work and prior lessons**
- Jamstack
- cURL and Postman
- Testing with Supertest
## Reflection
I wish I could find better quality images.
## Credits
- Icon used for the favicon image is one of the [Game pad icons created by Anggara - Flaticon](https://www.flaticon.com/free-icons/game-pad).**Sounds**
- [Background](https://freesound.org/people/yummie/sounds/410574/)
- [Button](https://freesound.org/people/NenadSimic/sounds/171697/)
- [Correct](https://freesound.org/people/Mellau/sounds/506052/)
- [Wrong](https://freesound.org/people/kantouth/sounds/106727/)
- [Win](https://freesound.org/people/LittleRobotSoundFactory/sounds/274180/)
## Happy coding!