{"id":24746538,"url":"https://github.com/frontcodelover/reviseiq","last_synced_at":"2026-01-21T01:32:41.592Z","repository":{"id":273737689,"uuid":"912172493","full_name":"frontcodelover/reviseIQ","owner":"frontcodelover","description":"ReviseIQ is a modern flashcard application that helps students learn and revise more effectively using AI-powered flashcards and quizzes.","archived":false,"fork":false,"pushed_at":"2025-04-04T14:49:42.000Z","size":3870,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T22:22:11.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frontcodelover.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-04T20:06:15.000Z","updated_at":"2025-03-20T15:07:57.000Z","dependencies_parsed_at":"2025-02-28T16:23:37.351Z","dependency_job_id":"ba6732c2-4672-48d2-b02a-f83003cb7be0","html_url":"https://github.com/frontcodelover/reviseIQ","commit_stats":null,"previous_names":["frontcodelover/reviseiq"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frontcodelover/reviseIQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontcodelover%2FreviseIQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontcodelover%2FreviseIQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontcodelover%2FreviseIQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontcodelover%2FreviseIQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontcodelover","download_url":"https://codeload.github.com/frontcodelover/reviseIQ/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontcodelover%2FreviseIQ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28621642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-28T04:29:05.400Z","updated_at":"2026-01-21T01:32:41.577Z","avatar_url":"https://github.com/frontcodelover.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WARNING Work In Progress\n\nStyle migration WIP for MUI.\n\n# ReviseIQ 📚\n\nReviseIQ is a modern flashcard application that helps students learn and revise more effectively using AI-powered flashcards and quizzes.\n\n## Features ✨\n\n- AI-powered flashcard generation using Mistral AI\n- Quiz mode with multiple choice questions\n- Manual flashcard creation\n- Public and private decks\n- Progress tracking\n- Community sharing\n- User profiles and achievements\n- Responsive design\n\n## Technologies 🛠\n\n- React + TypeScript\n- \u003cdel\u003eMUI\u003c/del\u003e =\u003e Tailwind + ShadCN\n- Supabase (Backend \u0026 Auth)\n- Mistral AI API\n- i18n (English/French)\n\n## Getting Started 🚀\n\n### Prerequisites\n\n- Node.js (v16+)\n- npm\n- Supabase account\n- Mistral AI API key (VITE_MISTRAL_API_KEY)\n\n### Environment Variables\n\n- VITE_MISTRAL_API_KEY: API key for Mistral AI\n- Supabase URL and Anon Key (configured in Supabase)\n\n## Architecture 🏗\n\n### Clean Architecture Layers\n\n1. **Domain Layer**\n\n   - Core business logic\n   - Entities ([`Flashcard`](src/domain/entities/Flashcard.ts), User, Quiz)\n   - Value Objects\n   - Aggregates\n   - Repository interfaces ([`FlashcardRepository`](src/domain/repositories/FlashcardRepository.ts))\n\n2. **Application Layer**\n\n   - Use cases (CreateFlashcard, GenerateQuiz, CreateFolder...)\n   - Application services\n   - Interfaces\n   - DTOs =\u003e need refactor\n\n3. **Infrastructure Layer**\n\n   - Supabase implementations (e.g. :[`SupabaseFlashCardRepository`](src/infrastructure/backend/SupabaseFlashcardRepository.ts))\n   - External services (Mistral AI)\n   - Adapters\n   - Persistence logic =\u003e lang \u0026 theme\n\n4. **Presentation Layer**\n\n   - React components\n   - Pages\n   - Layouts\n   - Hooks\n   - UI state management\n\n### Key Design Patterns\n\n- Repository Pattern\n- Dependency Injection\n- Factory Pattern\n- Command Pattern (for use cases)\n\n## TypeScript Standards\n\n- Strict mode enabled\n- Functional components preferred\n- Unit tests with Jest (authentication logic)\n- Integration tests with React Testing Library\n- Zod validation\n\n## Security\n\n- Supabase Auth for authentication\n- Role-based access control\n- Zod for input validation\n- Sanitization\n\n## Performance\n\n- Code splitting with React.lazy and Suspense\n- Memoization\n- List virtualization\n- Supabase query optimization\n- Type-safe data fetching\n\n## Flashcard Generation\n\n- AI-powered flashcard generation using Mistral AI\n- JSON strict format\n- Error handling\n\n## Additional Notes\n\n- ESLint with TypeScript and React plugins for linting\n- Prettier for code formatting\n- MUI components for UI elements\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontcodelover%2Freviseiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontcodelover%2Freviseiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontcodelover%2Freviseiq/lists"}