https://github.com/kykal/music-player
Listen to some royalty free music with this React web app!
https://github.com/kykal/music-player
react react-icons styled-components typescript vercel vite
Last synced: 2 months ago
JSON representation
Listen to some royalty free music with this React web app!
- Host: GitHub
- URL: https://github.com/kykal/music-player
- Owner: Kykal
- Created: 2022-12-29T20:33:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-11T09:40:13.000Z (6 months ago)
- Last Synced: 2025-12-12T09:22:21.976Z (6 months ago)
- Topics: react, react-icons, styled-components, typescript, vercel, vite
- Language: TypeScript
- Homepage: https://music-player-kykal.vercel.app/
- Size: 16.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Player
Listen to some royalty free music with this React web app!
- - -
# Content
1. [Objectives](#objectives)
2. [Challenges](#challenges)
- - -
# Objectives
Develop a web app where user can listen to some pre-selected music. User have some audio controls like:
- [x] Play/Stop.
- [x] Move on track.
- [ ] Volume preferences.
- [ ] Step backward/forward.
- [x] Pick and play one song from the list.
# Challenges
- Use of [React ContextAPI](https://beta.reactjs.org/reference/react/useContext).
- Develop own styles using [styled-components](https://styled-components.com/).