Sureify — Coke Studio
I have deployed the application on heroku. You can review it here: http://rahulgandhi38-sureify.herokuapp.com/ (It doesn't works on https, as the API which I am using doesn't uses https.)
A Frontend application build with ReactJS which lists and plays best coke studio songs. It has two pages:
1.Default page ('/') The home page which lists the best coke studio songs and gives user the option to like/download the song. User can also search for their desired song.
- Activity History ('/activity') It shows the user activity - Liked audio & Downloaded audio.
Steps to run the project:
-
Download the project
-
Install the dependencies
npm install and bower install
-
Run the app
npm start
Launch your favorite browser and hit http://localhost:5000
Steps to run in development mode:
I am using bower to manage front end dependencies.
-
Download the project.
-
npm install
-
bower install
-
gulp watch
- It will build the project and would run a server using browserSync.
Technologies Used :-
Node JS ( version - 6.3.1 )
ReactJS
JQuery
Bootstrap
Less - Preprocessing css
Gulp - Task automation tool
NPM - to install dependencies defined in package.json
Bower - to install jquery & bootstrap