Note taking app with AI powered summarizer and transcriber for audio and video lectures.
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
119
commits
feat: implement DashboardPage with user greeting, theme toggle, and logout functionality
f574b9fView on GitHubfeat: add Input component with label, error handling, and customizable styles
efd2792View on GitHubfeat: refactor routing structure to use React Router with authentication and public routes
c1ae341View on GitHubfeat: add Button component with customizable variants, sizes, and loading state
582742bView on GitHubfeat: add Alert component for displaying contextual messages with icons
2d8a788View on GitHubstyle: update CSS variables and styles for improved theming and scrollbar customization
abbf6a9View on GitHubfeat: add ProtectedRoute component for route protection based on authentication status
d806c64View on GitHubfeat: add HomePage component with theme toggle and main content sections
9c66cd5View on GitHubfeat: add RegisterPage component for user registration with form handling and validation
393d904View on GitHubfeat: add LoginPage component for user authentication with form handling and validation
82d9f0cView on GitHubfeat: implement authStore using zustand for state management of user authentication and theme
69f57f1View on GitHubfeat: add validation schemas for login and registration using yup
d6c9eb9View on GitHubfeat: implement axios API service with request/response interceptors for authentication
397adaaView on GitHub