This is a React-Rudux app that connects with a REST API to provide an interface for users to search and browse karaoke songs. This app is still in its infancy, so everything is still rough around the edges. You can see the app in action at karaoke.lividliquid.com.
- Clone or download the project and unzip it.
- Run
npm install
in the project directory. - Run
npm start
and ta-da, a browser window should automatically open to localhost:3000.
The best way to contribute is to report bugs on the Issues tab. If you'd like to contribute code, check out the issues tab and start cracking on something, or add a feature you'd like to see. If you aren't sure where to start or have questions, tweet at me.
This project is primarily developed and maintained for LividLiquid Productions in Seattle, WA, but you are free to use it for your own purposes, but please note that you are responsible for writing the backend API software.
Many thanks to the React Slingshot project for giving me a great starting point for building this project.