Welcome to ZeldaGuessr! This project is an interactive application developed with Svelte that allows you to guess locations, items, bosses, and more from various Zelda games. Challenge your friends and find out who is the ultimate Zelda expert with our dedicated database!
This project was created by Jérémy Girard.
Before you begin, ensure you have the following installed on your machine:
Clone the repository to your local machine:
git clone https://github.com/your-username/ZeldaGuessr.git
cd ZeldaGuessr
Install the necessary dependencies:
npm install
To run the application in development mode with automatic reload:
npm run dev
Then, open your browser and go to http://localhost:5173. You should see the ZeldaGuessr app running.
To create an optimized version of the application for production:
npm run build
The generated files will be located in the public directory.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
Create a branch for your feature (git checkout -b feature/feature-name) Commit your changes (git commit -m 'Add new feature') Push to the branch (git push origin feature/feature-name) Open a Pull Request License 📄 This project is licensed under the MIT License. See the LICENSE file for more details.
A big thank you to everyone who has contributed to this project and to the Svelte community for their support.
© 2024 Jérémy Girard