bug fixes: fix for application not working properly on lan

This commit is contained in:
2026-05-04 21:15:49 +05:30
parent d3bb4199e1
commit 523c550ee6
2456 changed files with 122 additions and 296311 deletions

View File

@@ -1,5 +1,25 @@
# Vue 3 + Vite
# 🗳️ Election System - Frontend
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
This is the Vue.js 3 frontend for the Student Council Election system.
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
## 🚀 Features
- **Dynamic Voting Flow**: Interactive UI for casting ballots.
- **Admin Dashboard**: Comprehensive management of candidates and results.
- **Initial Setup UI**: Secure first-time configuration screen.
- **Mobile Responsive**: Designed to work on tablets and smartphones at voting booths.
## 🛠️ Development
### Install Dependencies
```bash
npm install -all
```
### Run Dev Server
```bash
npm run dev
```
---
For full system documentation, please refer to the [Root README](../README.md).