Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-chau/TReactr
A Traktor clone in React
https://github.com/kevin-chau/TReactr
audio dj midi music react traktor
Last synced: 3 months ago
JSON representation
A Traktor clone in React
- Host: GitHub
- URL: https://github.com/kevin-chau/TReactr
- Owner: kevin-chau
- License: mit
- Created: 2017-02-18T11:11:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T23:19:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T19:41:34.067Z (7 months ago)
- Topics: audio, dj, midi, music, react, traktor
- Language: JavaScript
- Homepage: https://treactr.herokuapp.com
- Size: 4.02 MB
- Stars: 28
- Watchers: 6
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-javascript-audio - TReactor - a Traktor clone, written in React (UI components and libraries / React components)
README
# TReactr
A Traktor clone in ReactTReactr is a javascript digital DJ mixing application built for the modern web, based on the legendary UI from Native Instruments' Traktor.
## Features:
- Stream music from Youtube or Soundcloud
- Apply EQ's and filter to html5 audio sources## TReactr is brought to you by:
Node.js, Express, GraphQL, React, Babel, ESLint, PostCSS, Webpack, and Browsersync.## Install:
This project uses `yarn` for managing packages, running build scripts, and starting the development server.
If you don't already have `yarn` you can install it with:npm install -g yarn
To install TReactr, use:
yarn
This is equivalent to `yarn install` or `npm install`.
## Run:
To start a dev server and launch TReactr in your browser, use:yarn start
This is equivalent to `npm start`.
For a full list of scripts that can be ran with `yarn` or `npm`, see `package.json`.
## Contributing:
The easiest way to start contributing is to check out the deployment on Heroku and open up an issue if you have problems with it.If you want to help with development, there's a to-do list of small features that need to be implemented in the Wiki.
If you like thinking about the bigger picture, we have a build/release plan on the Wiki as well. TReactr will be officially released sometime in late 2017.