26 lines
625 B
Markdown
Executable File
26 lines
625 B
Markdown
Executable File
# 🗳️ Election System - Frontend
|
|
|
|
This is the Vue.js 3 frontend for the Student Council Election system.
|
|
|
|
## 🚀 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).
|