GitHub - stfurkan/gez: Explore museums, galleries, aquariums, zoos and more around the world with virtual tours.

2 min read Original article ↗

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

  1. Clone the repo
git clone https://github.com/stfurkan/gez.git
  1. Change directory to gez
  1. 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!

  1. Fork the project
  2. Create your branch (git checkout -b feature/featureName)
  3. Commit your changes (git commit -m 'Short details about the change')
  4. Push to the branch (git push origin feature/featureName)
  5. Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details