/Whos-That-Pokemon

Who's That Pokemon ? Built with #React, #NodeJs (#JSON-API) and #Mongo. With #Cypress and #Jest too.

Primary LanguageJavaScriptMIT LicenseMIT

Who's that Pokémon?

It's Pikachu!

Play here! (⚠ As we use a free DB/hosting plan, DB or hosting might be dead at some point)

School Project built with #React, #NodeJs and #Mongo. With #Cypress and #Jest too.

Find pokemon by their silhouettes.

Few screenshots:

Screenshot 2021-10-10 at 11-16-31 Who's That Pokemon Screenshot 2021-10-10 at 11-16-43 Who's That Pokemon Screenshot 2021-10-10 at 11-16-54 Who's That Pokemon Screenshot 2021-10-10 at 11-16-59 Who's That Pokemon

Credit

Made by:

  • DONOU Dario
  • CAUMES Kirian
  • DIJOUX Quentin
  • TOUZE Gurvan

Back

Start back

cd ./back
npm i #First time only
npm run start:dev

OR

Use VS Code debugger "🙏 Node"

Run test back

cd ./back
npm run test

OR

Use VS Code debugger "😈 Jest"

Front

Start front

cd ./front
npm i #First time only
npm start

Run test front

Cypress

cd ./front
npm run test:cypress

Jest (Not much was made here)

cd ./front
npm run est