An open API service indexing awesome lists of open source software.

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!

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/).