Laptop mockup

Loosamax

Poker game where you have to challenge the computer in order to win. You are given two random cards and each time you hit the "play" button, the algorythm check for who has the better hand. Once that a hand is won, you can claim a reward, who take the form of an e-mail sent to your inbox and which contains a random recipe. (You have to be logged in in order to play the game and therefore receive your reward).

Stack used

I built this poject to get better at reproducing real use case which evolve robust alorythm and maths techniques, i also learned a lot about objects and arrays during the making of this project. To be able to play the game, you first need to register an account:
Click on signup and fill in your credentials, an email will be sent to the email address that you provided during registration, then you will be redirected to your profile page (where you can upload an avatar image from your computer and update your password). Once registered, you can play the game from the home page.
When you win a game, you can choose to claim a reward, which will be sent to your email inbox (The reward is a random fetched meal from the meal DB API). The project uses SASS(scss syntax), PUG as a template engine, NodeJS for the backend server part and a NoSQL database (MongoDB).

My Other
Works