All Projects → zero-to-mastery → drum-root

zero-to-mastery / drum-root

Licence: other
A React Web App for Creating and Sharing Drum Loops.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to drum-root

GameSenshi
Hire Your Favorite Gamer! (in development)
Stars: ✭ 23 (-50%)
Mutual labels:  student-led-project
GrowersBrains
No description or website provided.
Stars: ✭ 28 (-39.13%)
Mutual labels:  student-led-project
project-paycheck
A paycheck-to-paycheck breakdown of income and expenses. An abandoned student led project. Reach out on Discord if you would like to revive the project!
Stars: ✭ 38 (-17.39%)
Mutual labels:  student-led-project

drum-root

Build Status GitHub GitHub top language GitHub forks GitHub contributors GitHub last commit

Drum root is a React Web App for Creating and Sharing Drum Loops. See Drum Root API for Back End Service.

Features

  • Create Drum Loops
  • Record Custom Sounds
  • Save and Share Drum Loops With Others

Table of content


Installation

To get it working, you need to install all the dependencies. And the best way to do this is through the Command Line Interface (CLI).

To get started, make sure you have either of the package manager, NPM or Yarn installed and working on your machine.

To install the packages through npm, run the command

npm install

To install the packages through yarn, run the command

yarn add

NOTE: In the rest of the documentation, you will come across npm being used for running commands. To use yarn in place of npm for the commands, simply substitute npm for yarn. Example, npm start as yarn start. For more help, checkout migrating from npm


Back to Top

Running

Locally in Development Mode

The backend code should be running in order for the front end to behave correctly. See Drum Root API.

To get started with the front end, fork the repository and run the following command on your local machine:

npm run dev

Storybook

Storybook is a way to view the components in isolation. To view Drum Root's storybook, run the following command:

npm run storybook

Testing

in Development Mode

If this is your first time running tests, begin by ensuring that the required packages are installed. install packages.

To get started with Unit Test, run the following command:

npm run test

To get started with Integration/End to End Test, run the following command:

npm run test:e2e

Back to Top

Building and Deploying

For Production

If you wanted to run this site in production, you should have installed packages. If not, install packages, then build the site with npm run build and run it with npm start:

npm run build
npm start

You should run npm run build again any time you make changes to the site.


Back to Top

Contributing

Drum Root happily accepts contributions.

What To Know Before Contributing

To begin contribution, there are some things you need to know, like what to do first, where to find tasks, any additional questions, and notes provided for contributors. You can begin at Contributing to Drum Root

Adding Name To Contributors List

We recommend every contributor to add their name to the contributors list. A detailed intructions on how to get this done be found at DRUM ROOT CONTRIBUTORS


Back to Top

Style Guide

The style guide is a set of standard outlined on how code should be written. We currently follow the AirBnB style guide, but you can checkout Drum Root style guide for any additional information.


Back to Top

Technologies

Front End

Back End

  • Express - Web Framework for Node.js
  • PostgreSql - Relational Database(Coming Soon)
  • Redis - In-Memory Data Structure Store used for Authorization(Coming Soon)

Back to Top

Team Leaders

Current Team Lead Members

Past Team Lead Members

  • rgavinc - Project Lead Oct 2019 - Jan 2020
  • Dhaval - Front End Lead Oct 2019 - Nov 2019
  • rvvergara - QA Lead Oct 2019 - Dec 2019
  • marcoseoane - Front End Lead Nov 2019 - Dec 2019
  • linconkusunoki - Designer/ Styling Lead Oct 2019 - Jan 2020

Back to Top

License

This project is licensed under the MIT License - see the License file for details

Back to Top

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].