- Reactjs
- Google map API
- Google places API
- Search/set location of user
- Displays available restaurants in
Google mapinside predefined radius - Search Restaurants by name
- Set radius for search
- Gives direction of selected restaurant in
Google map
nodeandgitmust have been installed- Run
git clone https://github.com/FaisalAhmedBD/Restaurant-Finder.gitto clone the repository - Run
npm installto install all the dependencies - Run
npm startto run the project locally - Run
npm run buildto build
This project was created using create-react-app.node-sass has been installed as third-party library for compiling .scss files to css and bootstrap has been used to maintain grid.
Restaurant-Finder
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── assets
├── components
├── pages
├── styles
├── App.css
├── App.js
├── App.test.js
├── index.css
├── index.js
├── logo.svg
└── serviceWorker.js