{"id":27966630,"url":"https://github.com/k0msenapati/real-time-voting-app","last_synced_at":"2025-05-07T20:38:18.697Z","repository":{"id":254796140,"uuid":"844348560","full_name":"k0msenapati/real-time-voting-app","owner":"k0msenapati","description":"🗳️ Real-time voting app with live updates, ⚡ powered by Fluvio and SSE...","archived":false,"fork":false,"pushed_at":"2024-09-01T05:26:50.000Z","size":44,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T20:38:13.743Z","etag":null,"topics":["fluvio","nodejs","ts","vote"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k0msenapati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-08-19T04:21:33.000Z","updated_at":"2025-04-16T19:50:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fef013a-ac5e-4cbc-a941-5498496a1f26","html_url":"https://github.com/k0msenapati/real-time-voting-app","commit_stats":null,"previous_names":["kom-senapati/real-time-voting-app","k0msenapati/real-time-voting-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Freal-time-voting-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Freal-time-voting-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Freal-time-voting-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Freal-time-voting-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k0msenapati","download_url":"https://codeload.github.com/k0msenapati/real-time-voting-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954125,"owners_count":21830892,"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":["fluvio","nodejs","ts","vote"],"created_at":"2025-05-07T20:38:18.060Z","updated_at":"2025-05-07T20:38:18.690Z","avatar_url":"https://github.com/k0msenapati.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Real-Time Vote App** 🎉\n\n![Real-Time Vote App](https://socialify.git.ci/kom-senapati/real-time-voting-app/image?font=KoHo\u0026name=1\u0026owner=1\u0026pattern=Diagonal%20Stripes\u0026theme=Light)\n\n## **Description:**\n\nThe Real-Time Vote App provides a seamless voting experience with live updates using Fluvio and Server-Sent Events (SSE). Users can cast their votes in real-time and watch as the results update dynamically. This application showcases modern web technologies and real-time data handling, making voting engaging and immediate.\n\n## **Tech Stack:**\n\n[![My Skills](https://skillicons.dev/icons?i=ts,nodejs,expressjs,html,tailwindcss)](https://skillicons.dev)\n\n- Chart JS\n- Fluvio\n\n## **Features:**\n\n- **Real-Time Voting:** 🗳️ See live updates on voting results as votes are cast.\n- **Dynamic Charting:** 📊 View and interact with real-time charts using Chart.js.\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ch1\u003e\u003cb\u003eScreenshots:\u003c/b\u003e\u003c/h1\u003e\u003c/summary\u003e\n\n![image](https://github.com/user-attachments/assets/9acee59c-70b8-4241-90ed-110c942e079d)\n![image](https://github.com/user-attachments/assets/d086a687-9d91-4aec-9430-eb7a9cfcfe7b)\n![image](https://github.com/user-attachments/assets/9b1ca939-faf4-41c3-b41c-0f37333fed90)\n\n\u003c/details\u003e\n\n## **Demo Video:**\n\n[![YouTube](http://i.ytimg.com/vi/vIrSBFoPjvk/hqdefault.jpg)](https://www.youtube.com/watch?v=vIrSBFoPjvk)\n\n## **Getting Started:**\n\nTo get started with the Real-Time Vote App:\n\n1. **Install Fluvio**: Open Terminal and run the following command:\n\n   ```bash\n   curl -fsS https://hub.infinyon.cloud/install/install.sh | bash\n   ```\n\n2. **Add Fluvio to your path**:\n\n   ```bash\n   echo 'export PATH=\"${HOME}/.fvm/bin:${HOME}/.fluvio/bin:${PATH}\"' \u003e\u003e ~/.bashrc\n   echo 'source \"${HOME}/.fvm/env\"' \u003e\u003e ~/.bashrc\n   ```\n\n3. **Source the new .bashrc file**:\n\n   ```bash\n   source ~/.bashrc\n   ```\n\n4. **Start the Fluvio cluster and create a topic**: Follow the instructions at [Fluvio GitHub](https://github.com/infinyon/fluvio):\n\n   ```bash\n   fluvio cluster start\n   fluvio topic create vote-topic\n   ```\n\n5. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n6. **Run the development server**:\n   ```bash\n   npm run dev\n   ```\n\n## **About the Author:**\n\nHi, I'm K Om Senapati! 👋  \nConnect with me on [LinkedIn](https://www.linkedin.com/in/kom-senapati/), [X](https://x.com/kom_senapati) and check out my other projects on [GitHub](https://github.com/kom-senapati).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0msenapati%2Freal-time-voting-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk0msenapati%2Freal-time-voting-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0msenapati%2Freal-time-voting-app/lists"}