A simple web application that shuffles a deck of cards and generates a reading based on the user's question.
-
Clone the repository ``` git clone https://github.com/your-username/donkeys-readings.git ```
-
Install dependencies ``` npm install ```
-
Start the development server ``` npm run dev ```
-
Open your browser and visit http://localhost:3000
- Enter your question in the input field.
- Click the submit button.
- The application will shuffle the cards and generate a reading based on your question.
- You can change the language using the language selector.
- Shuffles a deck of cards and displays three cards on the screen
- Generates a reading based on the user's question
- Allows users to switch between English and French
- Displays a loading icon while waiting for the reading to be generated