Skip to content

A simple responsive Music Player application made with React.js, HTML5 audio, and CSS3.

Notifications You must be signed in to change notification settings

sarahmonks/mp3_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple responsive Music Player application made with React.js, HTML5 audio, and CSS3.

In order to set up the Music application do the following:

  1. Create a new folder (e.g my_mp3_player) on your computer to hold your project
  2. Download the files to this folder
  3. Open the command line
  4. Navigate to your project folder in the command line e.g

cd my_mp3_player

  1. Install your dependencies in this folder, using the following command (Note: make sure you have node installed globally first) npm install

  2. Now the project is set up with all dependencies, type the following command to run the application npm start

OR

set DEBUG=react_app_sarah:* & npm start

The application will be viewable on http://localhost:3000/

In order to edit the code of the application please go to the src folder.

About

A simple responsive Music Player application made with React.js, HTML5 audio, and CSS3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published