Skip to content

zyle87/lorcarena

Repository files navigation

Netlify Status

LorcaREna

LorcaREna is a web application inspired by the concept of Hearthstone arenas, but adapted for the Lorcana universe. This application allows players to create limited/singleton decks, consisting of 40 cards with only one copy of each card.

Prerequisites

Because arena decks are singleton, you need to have only one copy of each card from the selected sets in order to play.

Installation

  1. Clone this repository to your local machine.
  2. Make sure you have Node.js and Yarn installed on your machine.
  3. Install dependencies by running the command yarn.
  4. Launch the application by running the command yarn dev.
  5. Access the application via your browser by visiting http://localhost:5173.

Technologies Used

  • Vite: Next Generation Frontend Tooling.
  • MUI: Ready to use Material Design components.
  • Lorcana-api: API for fetching data about Lorcana cards.

Contribution

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork this repository.
  2. Create a branch for your feature (git checkout -b feature/FeatureName).
  3. Commit your changes (git commit -am 'Add FeatureName').
  4. Push to the branch (git push origin feature/FeatureName).
  5. Submit a Pull Request.

Authors

License

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