xthet / React-Audio-Player-Tutorial

Sourcecode for my React Audio Player Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Audio Player Tutorial Code

What is this repository?

This repository contains the code for my React Audio Player video tutorial. Please note that this code is not tested and may contain errors and therefore should not be used in a real app. The code is supposed to be used as a helper when coding along the video tutorial.

THIS IS NOT AN AUDIO PLAYER LIBRARY FOR REACT!!!

If you need an Audio Player in your React Application please look for an Audio Player library for React this project here is only for learning purposes.

Branches

This repository contains two branches. The starter-project branch contains the empty starter project which has been created with Vite. It already contains all the required assets like the songs, cover art images and icons used in the ui. This is the starting point when you want to code along to the video tutorial.

The main branch contains the implemented Audio Player and is supposed to be used as a guide when coding along. If something is not working with your code you can compare it to the code in this branch.

About

Sourcecode for my React Audio Player Tutorial


Languages

Language:TypeScript 86.7%Language:JavaScript 5.9%Language:CSS 5.6%Language:HTML 1.8%