https://github.com/mynameiscarsten/beat-player
Web application for playing beats (instrumentals) based on Django Framework.
https://github.com/mynameiscarsten/beat-player
Last synced: 4 months ago
JSON representation
Web application for playing beats (instrumentals) based on Django Framework.
- Host: GitHub
- URL: https://github.com/mynameiscarsten/beat-player
- Owner: MyNameIsCarsten
- Created: 2023-09-06T08:06:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T09:15:34.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T07:15:18.861Z (6 months ago)
- Language: Python
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beat-player
Django-based beat player web app using HTML, Jinja, CSS, and Javascript.
Beats are added via the admin interface.
# Source
This web app is based on the tutorial by [Onojakpor Ochuko](https://www.section.io/engineering-education/how-to-build-a-music-player-using-django/).
(See the full tutorial repo [here](https://github.com/Chukslord1/DjangoMusicPlayer).)