Egyptourism is an application used for getting updated data about the best places to find delicious food while visiting Egypt.
This project is using react native for web, Google maps API and Foursquare API.
To run the project go to the direct link here.
For developers: you can find the project as a Github repository here.
To run the project locally use following commands ``` build react bundle from scratch
install create-react-app globally
1)» npm install -g create-react-app
- > create your app
2)» create-react-app
- > go to the created app folder
3)» cd
- > install npm modules
4)» npm install
- > run your app server
5)» npm run start
Note: to run a backend server, open a new terminal »> run
>> node server.js
Install npm packages you need to develop react app
- > install Prop-types
1)» npm install –save prop-types
- > install escape-string-regexp
2)» npm install –save escape-string-regexp
- > install sort-by
3)» npm install –save sort-by
- > install react-router-dom
4)» npm install –save react-router-dom
- > install react-router
5)» npm install –save react-router
Note: to run all at once
npm install –save prop-types escape-string-regexp sort-by react-router-dom react-router
```
The project uses these dependancies and packages
This project was built using object oriented javascript.
This project was built using jQueryAJAX.
This project is using React Native Web as a base for responsive app build.
The project is forked mainly as an empty template from codesandbox
For details, check out CONTRIBUTING.md.
I find these links very helpful, check it if you have some queries while using the project.