Skip to content

allenjiang17/ssm_songbook

Repository files navigation

Description:

Songbook is a web app for managing music sets. It provides an easy and streamlined workflow for creating sets of songs, editing and transposing chord sheets, and exporting song sheets as pdfs, word docs, and more. It features an editable database of songs, protected with user log-in and authentication, as well as "Media Mode" -- an interface for projecting lyrics during live band play.

Technologies:

Songbook is built with React/Next.js, using Tailwind CSS, hosted on Vercel with a MongoDB database for storage. User log-in and authentication is through Clerk.

See Live:

Access a live version of Songbook. If you'd like to use or modify Songbook for your own use, you can download this repo and test by running a development server

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.