Details for: IWP

Summary:

This is a web app where the user can search for local fastfood restaurants, search for a specific recipe or just transform text to speech.

Description:

Fastfood Page

When the user opens the page, a predefined list of stores is displayed. The user can press the View Fasfoods nearby button and fetch a list of stores that are nearby, based on the browser location.

When clicking a fastfood store, the browser loads a page with details for that store: name, address, picture, type of restaurant and can upvote the store.

Recipes Page

For a specific type of food, there is a search function based on cuisine, sort, diet and intolerances.

When clicking the recipe, the web page will display the list of ingredients, a little summary and instructions. All of these can be transformed to speech by pressing the Talk button.

Features:

  • Hosted online (vercel.com);

  • Foursquare API for locations;

  • Spoonacular API for recipes;

  • Firestore database

To run the project locally, enter the following in the command line / bash:

$ git clone [email protected]:GAlexandruD/iwp-testing.git
$ cd iwp-testing
$ yarn
$ yarn dev

Skills used:

NextJS Logo
Firebase Logo
Tailwind CSS Logo
JavaScript Logo
React Logo