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.
Builds the app for production.
Runs the production build for the application.
- Lists virtual tours by using map and table view
- Tracks the visited virtual tours by using browser's local storage
- Filters virtual tours by place name, country name and type
- Sorts virtual tours by place name, country name and type
- Enables user to share virtual tours
- Supports Turkish and English languages
- Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- React - A JavaScript library for building user interfaces.
- Next.js - The React Framework for Production.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- 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