Today is a simple web application that displays a daily message and plays a corresponding audio file. This project aims to provide users with a positive and motivational daily experience.
Visit the live site at Golden Today
- Daily message display
- Automatic daily audio playback
- Responsive design for mobile and tablet compatibility
- Automatic dark mode based on device preference
today/
├── src/
│ ├── audio/
│ │ └── daily-audio.mp3
│ ├── js/
│ │ └── script.js
│ ├── index.html
│ └── styles.css
├── .gitignore
├── README.md
└── LICENSE
src/
: Contains the source files for the project.audio/
: Contains the audio files.js/script.js
: The JavaScript file that handles the functionality of the web app, including the dark mode toggle.js/music-list.js
: The JavaScript file that contains the daily audio file paths.index.html
: The main HTML file.styles.css
: The CSS file that styles the web app and defines the dark mode styles.
References:
The design of this project was enhanced from the projects:
• Should I Deploy?
• Music Player