Skip to content

A small "Looper Pedal" for guitarist to plug in their guitars to create loops on their computer

Notifications You must be signed in to change notification settings

Phlypper/loop-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loop-it

This is a React 18 app that will work just like a guitar looper pedal. The pedal will give the user the option to record the ‘loops’ using an instrument plugged into the computer via a USB interface or import already created .mp3 files. This is an ongoing project

Below are instructions on how to set up and run the application locally.

Table of Contents

  • [Installation]
  • [Running the App]
  • [Building for Production]
  • [Contributing] ##Before installation, create a new folder and open it in your desired code editor

Installation

  1. Clone the repository:
    git clone https://github.com/Phlypper/loop-it.git
    cd loop-it
    
  2. Install dependencies:

npm install @react-aria/button npm install @react-aria/visually-hidden npm install howler npm install react-aria-modal npm install react-slider npm install styled-components

Running the App

To start the development server, run:

npm start

The application will be available at http://localhost:3000/.

Building for Production

To create a production build, run:

npm run build

The production-ready files will be in the build directory.

Contributing

Contributions are welcome! Please submit a pull request or open an issue if you have any suggestions or find any bugs.

This app was created with the help of multiple A.I. GPTs

About

A small "Looper Pedal" for guitarist to plug in their guitars to create loops on their computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published