ClaudiaRojasSoto / Drum_Machine

The Drum Machine App πŸ₯, is an interactive application that simulates a drum machine. Designed with an intuitive and friendly user interface, this application allows users to play different percussion sounds through on-screen keys or through their computer keyboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Drum_Machine

πŸ“— Table of Contents

πŸ“– Drum_Machine

The Drum Machine App is an interactive application that simulates a drum machine. Designed with an intuitive and friendly user interface, this application allows users to play different percussion sounds through on-screen keys or through their computer keyboard.

πŸ›  Built With

Tech Stack

React-redux
HTML
CSS
  • The CSS is used to provide the design in the whole page.
Linters
  • The Linters are tools that help us to check and solve the errors in the code
  • This project count with two linters:
    • CSS
    • JavaScript

Key Features

  • SPA
  • CRA
  • Styles
  • Toolkit
  • React-Redux
  • Deployment

(back to top)

πŸš€ Live Demo

You can see a Demo here.

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps. This project requires Node.js and npm installed on your machine.

-Node.js -npm

-Clone this repository to your local machine using:

git clone https://github.com/ClaudiaRojasSoto/Drum_Machine.git

-Navigate to the project folder:

cd math_magicians

-Install the project dependencies:

npm install

To start the development server, run the following command:

npm start

Project Structure

The project follows the following folder and file structure:

  • /src: Contains the source files of the application.
  • /src/index.js: Main entry point of the JavaScript application.
  • /src/App.js: Top-level component of the application where components are rendered.
  • /src/components: Directory for React components.
  • /src/components/Display.js: Component for the Display
  • /src/components/DrumMachine.js: Folder for the DrumMachine.
  • /src/components/DrumPad.js: Folder for the Drumpad.
  • /src/redux: Directory for Redux management.
  • /src/redux/store.js: Redux store configuration.
  • /src/redux/actions: Folder for Redux actions.
  • /src/redux/DrumMachineActions: Folder for DrumMachine actions management.
  • /src/redux/reducers: Folder for Redux reducers.
  • /src/redux/reducers/DrumMachineReducer.js: Reducer for DrumMachine reducer management.
  • /public: Contains the public files and assets of the application.
  • /public/index.html: Base HTML file of the application.
  • /build: Contains the generated production files.

Setup

Clone this repository to your desired folder: https://github.com/ClaudiaRojasSoto/Drum_Machine.git

Install

Install this project with: install Stylelint and ESLint

Usage

To run the project, execute the following command: just need a web Browser

Run tests

To run tests, run the following command: npm start you just need a simple web browser to run this project for a test

πŸ‘₯ Authors

πŸ‘€ Claudia Rojas

(back to top)

πŸ”­ Future Features

  • User keys - login

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project show support by following this account

(back to top)

πŸ™ Acknowledgments

  • Microverse for providing the opportunity to learn Git and GitHub in a collaborative environment.
  • GitHub Docs for providing a wealth of information on Git and GitHub.

(back to top)

πŸ“ License

This project is MIT.

(back to top)

About

The Drum Machine App πŸ₯, is an interactive application that simulates a drum machine. Designed with an intuitive and friendly user interface, this application allows users to play different percussion sounds through on-screen keys or through their computer keyboard.

License:MIT License


Languages

Language:JavaScript 68.6%Language:HTML 16.9%Language:CSS 14.5%