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.
Because arena decks are singleton, you need to have only one copy of each card from the selected sets in order to play.
- Clone this repository to your local machine.
- Make sure you have Node.js and Yarn installed on your machine.
- Install dependencies by running the command
yarn
. - Launch the application by running the command
yarn dev
. - Access the application via your browser by visiting
http://localhost:5173
.
- Vite: Next Generation Frontend Tooling.
- MUI: Ready to use Material Design components.
- Lorcana-api: API for fetching data about Lorcana cards.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork this repository.
- Create a branch for your feature (
git checkout -b feature/FeatureName
). - Commit your changes (
git commit -am 'Add FeatureName'
). - Push to the branch (
git push origin feature/FeatureName
). - Submit a Pull Request.
- Ely Zucca - Lead Developer
This project is licensed under the MIT License - see the LICENSE.md file for details.