A system for management of the largest model conference in Slovakia - MPS. The web application serves several purposes, including real-time voting in the parliament, management of users, sending emails and more!
Currently, the web application is being developed and maintained by a single developer - which happens to be myself 😅. I will be very thankful for any and all suggestions and PRs, as I am still learning all the best practices and tricks of coding.
The Model Parliament of Slovakia (MPS) is an annual conference designed for high school students, aimed at fostering understanding and awareness of political processes and democratic principles. Since its inception, the conference has successfully taken place three times, attracting 150+ highschool students each year.
The MPS provides an immersive, hands-on experience where students can engage in realistic parliamentary procedures, debate current issues, and develop critical thinking and public speaking skills. Participants assume the roles of parliament members, crafting and discussing legislative proposals, gaining practical insights into the workings of a democratic government.
✅ Login system for attendees based on parliamentary codes
✅ Integrated interface for attendee voting
✅ Admin interface for creation of polls
✅ Admin interface for management of users in the Firebase database
✅ Admin functionalities like sending emails, reseting passwords etc.
✅ Localization
🔲 Interface for evaluation of users
🔲 Separate interface for overlooking committees
🔲 Proper security measures
🔲 Admin SDK Node.js server for handling admin requests
As of now, there are two interfaces available in the application:
The attendee interface is designed for all attendees of the conference, and allows each user to vote in polls created in the admin interface.
The admin interface is designed for management of users, committees, and polls themselves.
In case you would like to contribute to the project, following are some basic setup rules, that could be useful for you. As I've already mentioned, I will be super thankful for any support or feedback on the code and/or design.
- Editor: VS Code
- Plugins: Vue - Official + Better Comments + Tailwind CSS IntelliSense
- Formatting: Prettier
- Install dependencies:
npm i
- Run the hot-reload server:
npm run dev