/wheretoeat

React.js web application designed for finding a best place to eat based on user preferences.

Primary LanguageJavaScript

wheretoeat [last update: 04.02.2021]

wheretoeat is a React.js web application designed for finding a best place to eat based on user preferences.

You are able to choose filters for desired food type, brand name, beverages available, price range and the distance from you. The results will appear in the interactive map using 2gis API.

NOTE: Most of the featues are still under developing and are not to be used in production.

Project Structure

.                                                                 
├── public/...                  # static files and index.html    
├── src/                        # source code js and css
    ├── index.css               # css for index route      
    └── index.js                # js for index route
├── .gitignore                  # .gitignore file                 
├── package.json                # metadata     
├── package-lock.js             # dependencies                 
└── README.md                   # <-- you are here    

How to run

  1. Clone the repository:
git clone https://github.com/Rainhunter13/wheretoeat
  1. Install Node.js and NPM

  2. Run:

npm start

Imlementation Details

  • Project is developed using React.js framework

Interface lookup:

https://drive.google.com/file/d/1M7Yqi9xZj6NGRJFqIwHHzS3yOTxRz5wW/view?usp=sharing