Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.07 KB

File metadata and controls

32 lines (27 loc) · 1.07 KB

Campus Management System - Frontend

Proje Tanımı

Kampüs yönetim sistemi için modern web arayüzü. React tabanlı, kullanıcı dostu ve responsive tasarıma sahip frontend uygulaması.

Teknoloji Stack'i

  • Framework: React 19
  • Build Tool: Vite
  • UI Library: Material UI (MUI)
  • State Management: Context API
  • Form Management: Formik & Yup
  • HTTP Client: Axios
  • Routing: React Router DOM v7
  • Notifications: React Toastify
  • JWT Decode: jwt-decode

Proje Yapısı

src/
├── main.jsx              # Uygulama giriş noktası
├── App.jsx                # Ana uygulama bileşeni
├── components/            # Yeniden kullanılabilir bileşenler
├── pages/                 # Sayfa bileşenleri
├── context/               # Context API yönetimi
└── services/              # API servisleri

Grup Üyeleri ve Görev Dağılımı

  • Frontend Geliştirme: UI/UX, sayfa bileşenleri
  • State Management: Context API, authentication state
  • API Entegrasyonu: Axios interceptor'lar, servis katmanı