Skip to content

alban44980/Eat-the-World

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat-the-World

App detailing the different foods of the world. Where users can search and select or randomly generate any country, listing the country's national dishes, recipes for each dish and places nearby that the user can buy the food. Made mobile first, as a pwa. To run the project :

  • Make sure to run npm i in both the client and the server folder to install required dependencies.
  • In the server folder, run node index.js and the server will run on port 3001.
  • In the client folder, you will need to create a .env file to host the Google Maps API: REACT_APP_GOOGLE_MAPS_API_KEY=yourkey
    • no API key required for wikipedia
  • Map at beginnning is generated using react-leaflet.
  • Map at the back is using Google Maps API.

Hope you enjoy the app, any feedback/PR is appreciated !

Stack: React, Express, Node, PostgresQL, Typescript.

About

App detailing the different foods of the world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • CSS 16.5%
  • HTML 1.8%
  • Shell 0.4%