/action_sequencer_frontend

This repository contains the frontend code for the Action Sequencer project. It is built using React and utilizes frameworks such as React Router, React Draggable, React Bootstrap, and React Player. The Action Sequencer is an online music sequencer that allows users to create and share synth sequences.

Primary LanguageJavaScript

Action Sequencer Frontend

The Action Sequencer Frontend is the web-based frontend component of the Action Sequencer, a music sequencer that allows users to create and play back music sequences using a visual interface based on inspired by John Cage’s 1958 concert for piano and orchestra score.

This repository contains the source code and documentation for the frontend component of the Action Sequencer. You can find the backend here:

Table of Contents

Installation

To install the Action Sequencer Frontend, you can follow these steps:

  1. Clone the repository from GitHub:
git clone https://github.com/miguellacorte/action_sequencer_frontend.git
  1. Navigate to the cloned repository:
cd action_sequencer_frontend
  1. Install the required dependencies:
npm install

Usage

To use the Action Sequencer Frontend, you need to start the development server.

To start the development server, navigate to the action_sequencer_frontend directory and run the following command:

npm start

This will start the server at http://localhost:3000.

Once the server is running, you can visit http://localhost:3000 in your web browser to use the Action Sequencer Frontend.

Contributing

Feel free to contribute and fork in any way desired.

Credits

This project was created by Miguel La Corte.

License

This project is licensed under the MIT License.