Skip to content

MarekChoinski/Moodify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moodify

The Progressive Web App written in React adjusts song choice depending on user mood. Animated eye-pleasant visual experience based on spotify REST API changes dynamically application appearance according to vibrant color of album cover using Styled-components. Optimal work is assured by combining redux with IndexedDB.

Dependabot badge

screenshot

Screenshots

screenshot screenshot screenshot screenshot

Developing

Installation

npm install

Start Dev Server

npm start

Run tests

npm test

Build Prod Version

npm run build