Explore museums, galleries, aquariums, zoos and more around the world with virtual tours.
- Node.js
https://nodejs.org/en/download/
- Clone the repo
git clone https://github.com/stfurkan/gez.git
- Change directory to gez
cd gez
- Install NPM packages
npm install
- Change directory to gez
cd gez
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
- Lists places by using map and table
- Tracks the visited places by using browser's local storage
- Filters places by place name, country name and type
- Sorts place list by place name, country name and type
- Generates favorite places list by user's like
- Enables to share user's favorite places list
- Enables to share single place
- Supports Turkish and English languages (based on browser language)
- Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- React - A JavaScript library for building user interfaces.
- Bulma - Bulma is a free, open source CSS framework based on Flexbox.
- Fork the project
- Create your branch (
git checkout -b feature/featureName
) - Commit your changes (
git commit -m 'Short details about the change'
) - Push to the branch (
git push origin feature/featureName
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details