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.
. ├── 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
- Clone the repository:
git clone https://github.com/Rainhunter13/wheretoeat
-
Install Node.js and NPM
-
Run:
npm start
- Project is developed using React.js framework
https://drive.google.com/file/d/1M7Yqi9xZj6NGRJFqIwHHzS3yOTxRz5wW/view?usp=sharing