Skip to content

NNikiforuk/theOrganist

Repository files navigation

App for organists that helps to organize track list for ceremonies in roman catholic church

Key Features

  • Made in React and Next.js (version 13.4.8)
  • Authorization based on Google account (next-auth)
  • Database of songs (MongoDB, Mongoose)
  • Each song has 2 tags, you can search them on the main page
  • You can add, update or delete song or its tags in the profile page
  • Each song title can be copied and pasted into the list at the top (plus icon)
  • Styled in Tailwind
  • Responsive
  • Used icons are from heroicons

Why did I make this weird app?

I used to work as an organist for ~1,5 years. Then I lost my passion for a while. Now I feel like it's coming back. This app will help me to plan what to play and sing during the ceremonies. There are a few databases for such songs, but in this app there are my favourites

How To Use

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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