GitXplorerGitXplorer
s

dj-requests

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
d3c29e9e54f769178e8792f21207f5465228b82d

Set up a create event view

sselbekk committed 8 years ago
Unverified
a529ded2543203f9258a35e039059500597b6a57

Rename a bit

sselbekk committed 8 years ago
Unverified
d6f66c0cf762f8781afa773eb0a5c57f648d99c8

Add dev info

sselbekk committed 8 years ago
Unverified
03c6acb74d1c1f7596f86e0a3ec4e4ed74aa0449

Change task name

sselbekk committed 8 years ago
Unverified
a3f39d0c7c9575add4fe14cbc7b4ba4dca177529

Introduce redux for state management

sselbekk committed 8 years ago
Unverified
d30c6c0c1620cd393815909c8419c1a4ca3444f0

Set up basic universal app

sselbekk committed 8 years ago

README

The README file for this repository.

DJ requests

This application aims to solve an age old problem for DJs - handling music requests.

Most DJs are busy enough trying to make everybody dance. Many therefore deny any music requests, and thus seem like a douche to the people asking. Listen to all requests, and you won't have time to actually play music.

DJ Requests gives DJs a solution to this problem. The app gives a DJ an online request list, which they can ask their dancing patrons to access and submit their requests. The lists will be saved, so any DJ can go back and see the request history, including statistics.

The application is currently in the very early stages of development, so nothing is publicly available yet. Hopefully, I'll have something up and working in just a few days time.

About

DJ Requests is a project developed by me personally, in order to deal with a problem I'm facing as a DJ. It's fun to open source stuff like this, and make it publicly available.

Development

To help with development, clone the repository and install the dependencies with npm install.

Once the dependencies are downloaded, you have a few tasks available:

$ npm start         # start the server
$ npm run watch     # re-build the front-end on code change
$ npm run dist      # build the front-end code for production