Skip to content

Latest commit

 

History

168 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PVF Training Management System

A professional, modern training management system built for the PVF Football Academy. This project follows the Atomic Design methodology to ensure a scalable, maintainable, and highly reusable component architecture.

🚀 Technologies

🏗 Architecture: Atomic Design

The project is structured following Atomic Design principles:

  • Atoms: Basic building blocks (Buttons, Inputs, Icons, Logos). We wrap Ant Design components here to maintain a consistent style and centralize configuration.
  • Molecules: Groups of atoms working together (Search bars, Menu items).
  • Organisms: Complex components forming distinct sections (Sidebar, Header, Data Tables).
  • Templates: Page-level skeletons (MainLayout).
  • Pages: Final products where templates are populated with data.

📂 Project Structure

src/
├── assets/             # Static assets (images, logos)
├── components/         # Atomic Design components
│   ├── atoms/
│   ├── molecules/
│   ├── organisms/
│   ├── templates/
│   └── pages/
├── router/             # Modular routing configuration
│   └── routes/         # Feature-based route folders
│       ├── recruitment/
│       ├── student/
│       ├── cultural/
│       ├── extracurricular/
│       ├── training/
│       ├── expenses/
│       ├── activities/
│       ├── gear/
│       ├── discipline/
│       ├── evaluation/
│       └── system/
├── stores/             # Pinia state stores
├── styles/             # Global CSS and Tailwind configurations
└── utils/              # Helper functions and constants

🛠 Extreme Modular Routing

Routes are meticulously divided into feature folders. Each menu item has its own dedicated .ts file, and each folder contains an index.ts to aggregate its respective routes. This ensures:

  • Scalability: Add new menus by simply creating a new file in the appropriate folder.
  • Maintainability: Locate and modify specific route logic without searching through large files.
  • Clarity: Each route file is clean and focused on a single responsibility.

⚙️ Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn

Installation

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm run dev

Building for Production

npm run build

✨ Features

  • Authentication: Modern login interface with decorative glassmorphism elements.
  • Dynamic Sidebar: Fully collapsible sidebar with active route highlighting.
  • Responsive Layout: Designed to work seamlessly across different screen sizes.
  • Theming: Integrated support for consistent color palettes and typography.

Developed with ❤️ for PVF Football Academy.

Releases

Packages

Contributors

Languages