SvelteKit Full Stack app Student Management
This project is a Student Management system built with SvelteKit. It includes authentication, role-based access control, and various UI components to manage student data. The data is loaded from a backend GraphQL API.
Live Demo
You can see a live demo of the application here.
Features
- User authentication (login/logout)
- Role-based access control (admin dashboard)
- Add, edit, and delete student records
- Dynamic navigation menu based on authentication and user role
- Data fetched from a backend GraphQL API
Technologies Used
- SvelteKit
- Svelte Stores
- TailwindCSS (for styling)
- GraphQL (for API)