{"id":24167284,"url":"https://github.com/kshitijpawar/rthm","last_synced_at":"2026-04-13T00:40:26.997Z","repository":{"id":270604043,"uuid":"900560219","full_name":"Kshitijpawar/rthm","owner":"Kshitijpawar","description":"RhythmSync: Webapp to manage and view setlists for performances","archived":false,"fork":false,"pushed_at":"2025-01-03T08:09:33.000Z","size":27946,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T09:14:44.801Z","etag":null,"topics":["firebase-auth","firebase-hosting","firebase-realtime-database","json","reactjs","supabase"],"latest_commit_sha":null,"homepage":"https://rthm-f67e7.web.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kshitijpawar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-09T03:26:39.000Z","updated_at":"2025-01-03T08:09:37.000Z","dependencies_parsed_at":"2025-01-01T18:44:20.104Z","dependency_job_id":null,"html_url":"https://github.com/Kshitijpawar/rthm","commit_stats":null,"previous_names":["kshitijpawar/rthm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshitijpawar%2Frthm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshitijpawar%2Frthm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshitijpawar%2Frthm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshitijpawar%2Frthm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kshitijpawar","download_url":"https://codeload.github.com/Kshitijpawar/rthm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241482102,"owners_count":19969850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase-auth","firebase-hosting","firebase-realtime-database","json","reactjs","supabase"],"created_at":"2025-01-12T21:12:58.551Z","updated_at":"2026-04-13T00:40:26.925Z","avatar_url":"https://github.com/Kshitijpawar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTHM Web App\n\n## Overview\nThe **Setlist Web App** is a full-stack web application designed for creating, sharing, and managing setlists. Additionally, it incorporates authentication to ensure secure access for authenticated users only.\n\n## Images\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px;\"\u003e\n  \u003cimg src=\"images/Screenshot 2024-12-28 at 10.30.26 PM.png\" alt=\"homepage\" width=\"100%\"\u003e\n  \u003cimg src=\"images/Screenshot 2024-12-28 at 10.32.47 PM.png\" alt=\"setlistdetails\" width=\"100%\"\u003e\n  \u003cimg src=\"images/Screenshot 2024-12-28 at 10.30.00 PM.png\" alt=\"screenshot1\" width=\"100%\"\u003e\n  \u003cimg src=\"images/Screenshot 2024-12-28 at 10.30.41 PM.png\" alt=\"screenshot2\" width=\"50%\"\u003e\n  \u003cimg src=\"images/Screenshot 2024-12-28 at 10.39.46 PM.png\" alt=\"screenshot2\" width=\"45%\"\u003e\n\u003c/div\u003e\n\n\n\n## Features\n1. **Home Page**\n   - A welcoming landing page introducing users to the app's features.\n\n2. **View Setlists**\n   - List all existing setlists stored in the Firebase Realtime Database.\n   - View details of individual setlists, including the performance date and song list.\n\n3. **Create Setlists**\n   - Create new setlists with a name, performance date, and a collection of songs.\n   - Update the Firebase Realtime Database with new setlist entries.\n\n4. **Edit Setlists**\n   - Edit existing setlists, allowing updates to song details or setlist metadata.\n   - Provides an `Edit` button on the setlist details page for seamless modifications.\n\n5. **Song Details**\n   - View individual song attributes, including:\n     - Spotify and YouTube links embedded for easy access.\n     - Downloadable chord files for guitar, piano, and ukulele hosted on Supabase Storage.\n\n6. **Protected Routes**\n   - All application routes are protected using Firebase Authentication.\n   - Only authenticated users can access and interact with the app's features.\n\n## Technologies Used\n### Frontend:\n- **ReactJS**: Used for creating dynamic, reusable components and managing application state.\n- **React Router**: For routing and navigation between pages.\n\n### Backend:\n- **Firebase Realtime Database**: Stores and manages JSON-structured data for setlists and songs.\n- **Supabase Storage**: Hosts chord files for different instruments.\n- **Firebase Authentication**: Manages user login and access control.\n\n### Deployment:\n- **Firebase Hosting**: Ensures fast and reliable deployment of the web application.\n\n## Getting Started\n### Prerequisites:\n- Node.js\n\n### Setup Instructions:\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Kshitijpawar/rthm.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd pdf-crud-app\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Configure Firebase credentials in `.env` file.\n5. Run the app:\n   ```bash\n   npm start\n   ```\n6. Access the app at `http://localhost:3000`.\n\n\n---\n\nFeel free to explore the app and contribute to its development! Contact me for collaborations or feedback.\n\n---\n**Author**: Kshitij Pawar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshitijpawar%2Frthm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkshitijpawar%2Frthm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshitijpawar%2Frthm/lists"}