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
- Clone the repository:
git clone https://github.com/Phlypper/loop-it.git cd loop-it - 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
To start the development server, run:
npm startThe application will be available at http://localhost:3000/.
To create a production build, run:
npm run buildThe production-ready files will be in the build directory.
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