Skip to content

uodeeb/Egyptourism-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Egyptourism App

Egyptourism is an application used for getting updated data about the best places to find delicious food while visiting Egypt.

Table of Contents

Getting Started

  • 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 this project you need:

  • 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 <app-name>

    - > go to the created app folder

3)>> cd <app-name>

	- > 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

User Instruction

  • To use the app you can search from the cities list using English and Arabic, clicking the find button will initiate a search for restaurants and coffee shops found in this city.

Dependencies

Resources

  • 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

Contributing

  • This project is currently under developing, any contributions will be appreciated.

For details, check out CONTRIBUTING.md.

Authors

Acknowledgments

About

Created with CodeSandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published