Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/citralflo/song-of-the-day
The "Song of the Day" web app, dynamically presents a randomly chosen favorite track upon page refresh, offering a delightful surprise with each visit. Powered by Java, Spring Boot, and Thymeleaf, users can enjoy a new song experience daily.
https://github.com/citralflo/song-of-the-day
Last synced: about 1 month ago
JSON representation
The "Song of the Day" web app, dynamically presents a randomly chosen favorite track upon page refresh, offering a delightful surprise with each visit. Powered by Java, Spring Boot, and Thymeleaf, users can enjoy a new song experience daily.
- Host: GitHub
- URL: https://github.com/citralflo/song-of-the-day
- Owner: CitralFlo
- Created: 2024-03-30T20:25:56.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-30T23:13:25.000Z (8 months ago)
- Last Synced: 2024-03-31T23:30:24.008Z (8 months ago)
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Song of the day
## Created by CitralFlo# Preview
![image](https://github.com/CitralFlo/song-of-the-day/assets/80779749/62fd84de-3180-43e8-ac81-15b319cfe677)# Overview
This is a simple web application that displays randomly selected song from my favourite tracks every time You refresh the page.# Tech Stack:
- Java
- Spring Boot 3.2.4
- Maven
- Thymeleaf# Run project
1. Clone the repository
2. Open the project in your IDE
3. Run the project
4. Open the browser and go to `http://localhost:8080/`
5. Refresh the page to see the new song (optional)