You are browsing as a guest. Sign up (or log in) to start making projects!

nshettigar

@nshettigar

Joined June 19th, 2026

  • 9Devlogs
  • 2Projects
  • 3Ships
  • 15Votes
Ship Changes requested

What did you make?
I built lCampusBallot, a desktop app (C++/Qt6) for running secure campus elections, student council elections, class rep elections, club leadership elections, etc. It handles the whole process: registering students and candidates, running the vote through a dedicated kiosk interface, and generating live results. It supports role-based logins (Super Admin, Election Admin, Teacher, Student Volunteer, Observer, Result Auditor), encrypts and digitally signs each vote, keeps a tamper-evident audit log of every action, and can back itself up automatically. Data is stored locally in SQLite by default, with an optional Firebase sync mode for multi-machine setups.

What was challenging?

Getting the security pieces to actually work together, encryption, hashing, and digital signatures on votes, plus tamper detection on the stored records, without slowing down the voting flow or making it fragile.
Designing the role-based access control so that six different roles each see and can do only what they should, without the permission logic turning into spaghetti.
Handling student identity verification (matching against uploaded files/rosters, plus QR/barcode/RFID support) so the same student can’t vote twice while still keeping the kiosk experience fast and simple for voters.
Making the Firebase-backed multi-machine sync path reliable was noticeably harder than making the local SQLite path reliable, which is still the least battle-tested part of the app.

What are you proud of?

The audit log — every login, vote, and admin action is timestamped, hashed, and effectively tamper-evident, so there’s a real accountability trail if anyone questions a result.
The full flow works end-to-end: setup wizard → student/candidate registration → live voting on the kiosk → real-time results dashboard, all in one cohesive app rather than a collection of scripts.
The plugin architecture — I designed it to be extensible (for custom storage backends and extra functionality) rather than hard-coding everything.

What should people know to test your project?

It’s a pre-release build — run it once through a full rehearsal (test election, test students, test candidates) before trusting it with a real vote.
On first launch, it opens a Setup Wizard: choose local SQLite storage (the most tested path) or Firebase (experimental), then create the admin account.
Log in as admin to add students, create an election, add and approve candidates, then start voting and open the Voting Kiosk view actually to cast votes.
Windows may show a SmartScreen warning since the build isn’t code-signed yet — that’s expected, not a red flag.
Check ballot.log in the app’s data folder if anything crashes or behaves oddly.

  • 3 devlogs
  • 19h
Try project → See source code →
Open comments for this post

12h 52m 4s logged

I am currently developing an application for voting in schools called Campus Ballot. I’ve already completed the login screen, sign-up screen, and the dashboard. I’m excited to share the final product with you all soon!

0
0
1
Ship

What did you make?
I made ApexOS, a web-based operating system inspired by a real desktop experience. It has a custom interface, windows, icons, apps, and a system-style feel, all running inside the browser.

What was challenging?
The hardest part was making it feel smooth and usable, not just like a webpage with boxes on it. Building the window behavior, layout, responsiveness, and making everything work together without breaking took a lot of trial and error.

What are you proud of?
I’m proud that I turned a fun idea into something that actually feels like a product. It looks and behaves like a small operating system, and I built it in a way that makes it enjoyable to explore.

What should people know so they can test your project?
Open the link https://apexos.nshettigar.me/ in a desktop browser for the best experience. Try clicking around like you would on a normal computer,open apps, move through the interface, and explore the different parts of the system. Some features are still being improved, so feedback is welcome.

Try project → See source code →
Open comments for this post

1h 27m 41s logged

I’ve been building ApexOS to be a personal, sleek, and highly functional web based operating system. Right now it has some simple icons and some simple functionalties, From here i am planning to implement some new functionalties, change the ui and introduce new apps. It is a long run from now…..

0
0
6

Followers

Loading…