Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.34 KB

README.md

File metadata and controls

52 lines (43 loc) · 1.34 KB

Restaurant Finder

Used Technologies

  • Reactjs
  • Google map API
  • Google places API

Features

  • Search/set location of user
  • Displays available restaurants in Google map inside predefined radius
  • Search Restaurants by name
  • Set radius for search
  • Gives direction of selected restaurant in Google map

Run/Build Instructions

  • node and git must have been installed
  • Run git clone https://github.com/FaisalAhmedBD/Restaurant-Finder.git to clone the repository
  • Run npm install to install all the dependencies
  • Run npm start to run the project locally
  • Run npm run build to build

Project Structure

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.

Folder Structure

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