diff --git a/README.md b/README.md index f2356b5..6169f60 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,39 @@ It combines education, gamification, and progress tracking to create a fun and e --- +## 📸 Screenshots + + + + + + + + + + + + + +
+ Home Page screenshot +
Home Page
Landing view that introduces Ignitera and its core learning features. +
+ Student Dashboard screenshot +
Student Dashboard
Student workspace for quick actions, notes, and daily motivation. +
+ Teacher Dashboard screenshot +
Teacher Dashboard
Teacher view for managing courses, progress, quizzes, and class notes. +
+ Quiz/Game Page screenshot +
Quiz/Game Page
Game hub with interactive learning challenges that award XP. +
+ Leaderboard Page screenshot +
Leaderboard Page
Competitive rankings that highlight top performers and achievements. +
+ +--- + ## 🏗️ Folder Structure ```bash @@ -57,6 +90,12 @@ Ignitera/ │ └── assets/ ├── depositphotos_666884960-stock-illustration-default-anonymous-user-portrait-icon.jpg + ├── screenshots/ + │ ├── home-page.png + │ ├── student-dashboard.png + │ ├── teacher-dashboard.png + │ ├── quiz-game-page.png + │ └── leaderboard-page.png └── other images or icons ``` ## ⚙️ Technologies Used diff --git a/assets/screenshots/image.png b/assets/screenshots/image.png new file mode 100644 index 0000000..7aff9cc Binary files /dev/null and b/assets/screenshots/image.png differ diff --git a/assets/screenshots/leaderboard-page.png b/assets/screenshots/leaderboard-page.png new file mode 100644 index 0000000..d74c027 Binary files /dev/null and b/assets/screenshots/leaderboard-page.png differ diff --git a/assets/screenshots/quiz-game-page.png b/assets/screenshots/quiz-game-page.png new file mode 100644 index 0000000..e41ed57 Binary files /dev/null and b/assets/screenshots/quiz-game-page.png differ diff --git a/assets/screenshots/student-dashboard.png b/assets/screenshots/student-dashboard.png new file mode 100644 index 0000000..282c347 Binary files /dev/null and b/assets/screenshots/student-dashboard.png differ diff --git a/assets/screenshots/teacher-dashboard.png b/assets/screenshots/teacher-dashboard.png new file mode 100644 index 0000000..9facbbe Binary files /dev/null and b/assets/screenshots/teacher-dashboard.png differ