www.guiddeme.pl (Preffered access from mobile browser)
GuiddeMe is a web app that offers a real-time city game. The game can be used for tourism or entertainment purposes. The app guides users from one location to another and offers quizzes during gameplay. Users can choose from different routes.
GuiddeMe uses the following technologies:
- Google Maps
- Angular Materials
- Storybook
To run GuiddeMe, you will need the following:
- A modern web browser that supports JavaScript and Angular 14
- Node v16.17.0
- NPM 8.15.0
To get started with GuiddeMe, clone the repository and install the dependencies:
git clone https://github.com/<your-username>/GuiddeMe.git
cd GuiddeMe
npm install
Start firebase emulators to have create mocked BE connection. (Should be started in other window)
npm run start-emulators
Start the development server:
npm run start
Usage To use GuiddeMe, open a web browser and go to http://localhost:4200. The game will automatically start, and you can follow the on-screen instructions to begin your tour.
If you would like to contribute to GuiddeMe, please follow these steps:
- Fork the repository
- Create a new branch for your changes:
git checkout -b my-changes
- Make your changes and commit them
- Push the branch to your fork
- Create a new pull request
GuiddeMe is licensed under the MIT License. See LICENSE for more information.