Skip to content

A React Web App for Creating and Sharing Drum Loops.

License

Notifications You must be signed in to change notification settings

rgavinc/drum-root

 
 

Repository files navigation

Drum Root

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

Tech

Front End

  • React - JavaScript UI Library
  • Next.js - Server Side Rendering
  • Styled Components - Styling
  • Jest - JavaScript Testing Framework(Coming Soon)
  • Puppeteer - A Node Library for Controlling Headless Chrome or Chromium. Used for end to end Testing(Coming Soon)
  • Storybook - Tool for Developing UI Components in Isolation(Coming Soon)

Back End

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

Team

  • Project Lead - rgavinc
  • Front End Lead - needed
  • Back End Lead - yashShelatkar
  • QA Lead - needed
  • Database Lead - needed
  • Designer/ Styling Lead - needed

Running Locally in Development Mode

To get started, just clone or fork the repository and run npm install && npm run dev:

git clone https://github.com/rgavinc/drum-root.git
npm install
npm run dev

Building and Deploying in Production

If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:

npm install
npm run build
npm start

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

About

A React Web App for Creating and Sharing Drum Loops.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 92.6%
  • HTML 7.4%