A web application that displays your Zone01 student profile by fetching data from the school's GraphQL API.
This project creates a personalized profile page that visualizes your progress and achievements at Zone01 Kisumu. It leverages the school's GraphQL API to fetch and display your data in an interactive and visually appealing way.
-
Authentication System
- Login with username or email
- JWT-based authentication
- Logout functionality
- Error handling for invalid credentials
-
Profile Information
- Basic user identification
- XP amount tracking
- Project grades display
- Audit statistics
- Skills progression
-
Interactive Statistics
- SVG-based data visualization
- Multiple graph types to track your progress
- Visual representation of XP earned over time
- Project success/failure ratio graphs
- Audit participation statistics
- Frontend: HTML, CSS, JavaScript
- Authentication: JWT (JSON Web Tokens)
- Data Fetching: GraphQL API
- Data Visualization: SVG for custom graphs
- Hosting: Github-Pages
- GraphQL API:
https://learn.zone01kisumu.ke/api/graphql-engine/v1/graphql - Authentication:
https://learn.zone01kisumu.ke/api/auth/signin
- Modern web browser
- Basic understanding of GraphQL queries
-
Clone the repository
git clone https://learn.zone01kisumu.ke/git/moonyango/graphql -
Navigate to the project directory
cd graphql -
Open with live-server extension
- Visit the login page
- Enter your Zone01 credentials (username/email and password)
- Explore your personalized profile dashboard
- Log out when finished
This project is hosted on github-pages and can be accessed at [graphql].
- GraphQL query language and API interaction
- JWT authentication implementation
- SVG-based data visualization
- User interface and experience design
- Frontend web development best practices
- Zone01 Kisumu for providing the GraphQL API