Simple Guitar App

A simple React app that simulates a playable guitar using the Audio Synth library for sound synthesis. Users can click on the guitar strings to play different notes.

Features

  • Interactive guitar interface with clickable strings
  • Real-time sound generation using Audio Synth
  • Basic guitar notes and chords

Getting Started

Prerequisites

  • Node.js and npm installed on your system

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/simple-guitar-app.git
    
  2. Navigate to the project directory:
    cd simple-guitar-app
    
  3. Install the dependencies:
    npm install
    

Running the App

To start the app in development mode, run:

npm start

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

Usage

  • Click on the guitar strings to play notes.
  • The app uses Audio Synth for sound synthesis, providing a realistic guitar sound experience.

Built With

  • React - The web framework used
  • Audio Synth - A JavaScript library for sound synthesis

Contributing

Feel free to fork this repository and make your own improvements. Contributions are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • The Audio Synth library for providing the sound synthesis functionality.
  • All the contributors who helped make this project possible.