Skip to content

CodeOne45/food-guessr

Repository files navigation

PJS4 - DUT INFO - Food Guessr 🍔

Version

"Food Guessr" is an interactive website allowing the user to discover dishes from all over the world through a fun search game / quiz. The name or photo of a random dish is displayed and the player must select on a 3D globe the country of origin of the dish. Detailed dish information is then displayed if the user wants to know more.

Project team :

  • KUMAR Aman (github : CodeOne45) - Project Manager / Full-Stack Developer
  • LIN Xiumin (github : Xiumin-Lin) - Backend Developer
  • VAN Steven (github : Steven) - Frontend Developer / Designer
  • GLARNER Eliot (github : epg1213) - Developer
  • KHALFAOUI Loqman (github : lokiklf) - Developer

Requirement :

  • Node.js version 14.16.0 or above

Getting started

First you should clone the repository

git clone https://github.com/CodeOne45/food-guessr

Then, you must install all the modules necessary for the functioning of Food Guessr

npm install

And finally you can launch the project

npm start

Run Scripts

Development

npm install
npm start

Production (before running the server you should compile all client code for client usage and SSR)

npm install
npm run compile
npm run compile-ssr