Skip to content

welschmoor/songplayer-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player with React

preview image for music player build in React

For styling I used:

React Styled-Components
Ionic Icons

Issues

The project "broke" all of a sudden. $npm start no longer worked. Even pulling earlier version from GitHub on a different computer did not solve the issue. What solved the issue was:

$ npm update --legacy-peer-deps

The Solution was provided here: facebook/create-react-app#2436

It is possible that on MAC the fonts will look different with spacing looking "off". I used Arial for my font.

I was not able to modify the position of an input placeholder for Firefox. Chrome and Edge worked fine, but not Firefox. I selected it with -moz... and could change it's color, so the css selector worked, but margin, padding, transform didn't not move the placeholder text.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published