Gez
Explore museums, galleries, aquariums, zoos and more around the world with virtual tours.
Getting Started
Prequisites
- Node.js
https://nodejs.org/en/download/
Installation
- Clone the repo
git clone https://github.com/stfurkan/gez.git
- Change directory to gez
- Install NPM packages
Development and Deployment
React / Next.js
- Change directory to gez
npm run dev
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.
npm run build
Builds the app for production.
npm run start
Runs the production build for the application.
Features
- 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
Built With
- 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.
Contributing
All contributions are welcome!
- 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
License
This project is licensed under the MIT License - see the LICENSE file for details