This repository has been archived on 2025-11-16 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
d05aaed5c61a88dd3498517391b038b9782be6a1
Levyraati Revived
Overview
Levyraati Revived is a web application built with SvelteKit, designed to offer a fun, interactive platform for a group of panelists to review and rate songs. Panelists can submit songs via YouTube links or by uploading audio files (MP3, OGG, etc.). The app supports events where songs are listened to in rounds, rated by the panelists, and a winner is announced based on total points scored.
⚠️ Note: This project is still in the early stages of development. Features and functionality may change as we continue to improve. Feedback is always welcome!
Features
- Create Events: A user can create an event and invite others to join.
- Song Submission: Panelists can submit songs either by providing a YouTube link or by uploading audio files.
- Rating System: Each panelist rates the songs on a scale from 1 to 10.
- Round-Based Listening: The songs are played in rounds, and ratings are collected for each song.
- Winner Announcement: The app automatically calculates and announces the song with the highest score as the winner.
Usage
- Create an Event: A user can create a new event and invite panelists via email.
- Join an Event: Invited panelists can join the event using the invitation link sent to their email.
- Submit Songs: Each panelist submits a song for review before the event date.
- Rate Songs: During the event, songs are played one by one, and panelists provide their ratings.
- View Results: After all songs have been rated, the app calculates the total scores and announces the winner.
Technologies Used
- SvelteKit: For building the app’s user interface and handling routing.
- Supabase: Backend-as-a-Service for storing and managing data.
- Tailwind CSS: For styling and responsive design.
- YouTube API: (optional) for handling YouTube links if needed.
- MusicBrainz API: (optional) for fetching song information if needed.
- lyrics.ovh: (optional) for fetching lyrics if needed.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Installation & Setup
-
Clone the repository:
git clone https://git.kessinen.com:3000/Kessinen/levyraati2024-frontend.git cd levyraati-2024 -
Install dependencies:
npm install -
Start the development server:
npm run dev -
Build for production:
npm run build -
Preview production build:
npm run preview
Languages
Svelte
72.3%
JavaScript
21.5%
CSS
3.1%
HTML
3.1%