项目作者: khayati-asrani

项目描述 :
Electric Drums App
高级语言: JavaScript
项目地址: git://github.com/khayati-asrani/electric-drums-pwa.git
创建时间: 2018-12-26T18:51:52Z
项目社区:https://github.com/khayati-asrani/electric-drums-pwa

开源协议:MIT License

下载


Electric Drums

A web app , bootstrapped with Create React App, to play electric drums.

screenshot

Visit on web

For a live demo, visit github or codepen.

Technologies

Project is created with :

  • React
  • Sass
  • jQuery
  • Chai
  • Enzyme
  • Jest

Key features

  • Plays Drum sounds
  • Displays sound playing
  • Responds to both keyboard and click events

Install

To clone and run this application, you’ll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

  1. # Clone this repository
  2. $ git clone https://github.com/1XWebbyX1/electric-drums-pwa
  3. # Go into the repository
  4. $ cd electric-drums-pwa
  5. # Install dependencies
  6. $ npm install
  7. # Run the app
  8. $ npm start

You will then be able to access it at localhost:3000

For optimized build folder production run :

  1. $ npm run build

You will then be able to access it at localhost:5000

Note: If you’re using Linux Bash for Windows, see this guide or use node from the command prompt.

Running Tests

  1. $ npm test

You may also like

Inspiration

This Project was inspired by(not entirely based on) suggested user stories at freeCodeCamp.

ToDo

  • Implement PWA features
  • workaround audio delay in safari

License

MIT


GitHub @1XWebbyX1