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.
- REACT
- NEXT.JS
- REDUX
- TYPESCRIPT
- STORYBOOK
- STYLED-COMPONENTS
- JEST
- REACT-TESTING-LIBRARY
- AXIOS
- BABEL
- ESLINT
- PRETTIER
- HUSKY
- LINTSTAGED
- 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
The YELP API was used in this project to get restaurants information.