- Apollo
- Redux Tool Kit Query
- Styled components
- MaterialUI(Rating/Skeleton Components)
- React Icons
- React-laag
- Google-Map-React
- Graphql
- React Router Dom
This project is currently in development.
- Add Pagination
- Add review cards to individual location page.
- Add static map of the location of the restaurant to the individual location page.
- Finish mobile views/functionality
- Fix bug where there is not a default location if routing to '/search' manually(currently comes up as undefiend)
- Fix location/local storage of term/location issue. Find a better way to get term/location...
- Fix Map Card Styles
- Clean up small errors/bugs(adding keys to components with .map,delete any unsued code..)
- Testing
- Adding soon
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
- Add your Yelp And GoogleMaps API key to the config file in the config folder
npm install
To Start local server:
npm start
To Visit App:
localhost:3000