This project is a web-based song guessing game where users can listen to song previews and guess the name of the song and the band.
- Dynamic song selection from a Spotify playlist.
- Progressive difficulty levels.
- Real-time feedback on correct and incorrect guesses.
- Play/pause functionality for song previews.
- Interactive user interface.
Before you begin, ensure you have the following installed:
- Clone the repository:
git clone https://github.com/AlejandroLuisHC/folk-songs-game.git
-
Change into the project directory:
-
Install dependencies:
pnpm install
-
Obtain Spotify API credentials (client ID and client secret) and update the .env file.
-
Run the development server:
pnpm dev
- Open your browser and navigate to
http://localhost:5173
to play the game.
Contributions are welcome! Feel free to open issues or pull requests.
This project is licensed under the MIT License.