Skip to content

Web application to get information about restaurants in Dublin

Notifications You must be signed in to change notification settings

jdmiguel/foodublin

Repository files navigation

Foodublin

Web application to find restaurants in Dublin by filtering by name, cuisine or/and Dublin areas and get interesting details about them such as contact info, rating, and opinions. Furthermore, it allows to save restaurants as favorites.

TECHNOLOGIES

  • REACT
  • NEXT.JS
  • REDUX
  • TYPESCRIPT
  • STORYBOOK
  • STYLED-COMPONENTS
  • JEST
  • REACT-TESTING-LIBRARY
  • AXIOS
  • BABEL
  • ESLINT
  • PRETTIER
  • HUSKY
  • LINTSTAGED

SETUP

  • clone repo: In your folder, open a new terminal and clone the repo
  • install dependencies: Execute yarn
  • run local server: Execute yarn dev
  • create production files: Execute yarn start
  • run storybook: Execute yarn storybook
  • run test suites: Execute yarn test

API

The YELP API was used in this project to get restaurants information.