Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
55531d8
feat: Add Student Notes, Profile, Results, and Test Dashboard pages w…
ankitXD Jul 6, 2025
a38c8c7
Refactor component imports and improve code formatting across multipl…
ankitXD Jul 6, 2025
d9f7b25
fix: Correct import statements for Header and Footer components in Co…
ankitXD Jul 6, 2025
a940f7c
feat: Update page titles, add new routes for Notes, Paper, Gallery, C…
ankitXD Jul 6, 2025
96e6958
feat: Implement ScrollToTop component for smooth scrolling on route c…
ankitXD Jul 7, 2025
b72b2fb
feat: Refactor routing structure in App component, add Terms and Priv…
ankitXD Jul 7, 2025
923c3d4
feat: Add search and filter functionality to NotesPage for improved u…
ankitXD Jul 7, 2025
a8e758f
feat: Enhance UI components with improved styling and layout adjustme…
ankitXD Jul 7, 2025
64b8a61
feat: Update favicon to graduation cap icon, add TestDashboard route,…
ankitXD Jul 7, 2025
279a9b5
feat: Simplify link text in Header and enhance formatting in Dashboar…
ankitXD Jul 8, 2025
9b4a24b
Refactor gallery page with new images and category filtering; update …
ankitXD Jul 8, 2025
7c1df50
feat: Add Profile page route and update navigation links across multi…
ankitXD Jul 8, 2025
0fddeb2
Implement code changes to enhance functionality and improve performance
ankitXD Jul 8, 2025
38bf3b0
feat: Add Demo Test component and integrate demo functionality in Tes…
ankitXD Jul 8, 2025
0985aeb
feat: Enhance dashboard layout and add outlet for nested routes
ankitXD Jul 9, 2025
049bb44
Refactor code structure for improved readability and maintainability
ankitXD Jul 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/graduation-cap.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./src/index.css" rel="stylesheet">
<title>Vite + React</title>
<title>Balaji Training Centre</title>
</head>
<body>
<div id="root"></div>
Expand Down
293 changes: 293 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@
"embla-carousel-react": "8.5.1",
"input-otp": "1.4.1",
"lucide-react": "^0.525.0",
"pdfjs-dist": "^5.3.93",
"react": "^19.1.0",
"react-day-picker": "^9.8.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.54.1",
"react-pdf": "^10.0.1",
"react-router-dom": "^7.6.3",
"recharts": "2.15.0",
"sonner": "^1.7.1",
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions client/public/graduation-cap (1).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions client/public/graduation-cap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading