RepoReporter is a Vue application that displays an impressive presentation of your GitHub repositories. The app uses Vue Router for routing, the GitHub API for data retrieval, Composition API with composable JS files for code organization, server-side pagination for efficient data handling, and reactive data binding for dynamic data updates.
- Display a list of my repositories
- View details for a selected repository
- Server-side pagination for efficient data handling
- Epic-Spinner as fallback for loading components withe Suspense
- Utilizes Vue Router for routing and children routes for improved organization
- Composition API with composable JS files for code organization
- Reactive data binding for dynamic data updates
- Uses GitHub API for data retrieval
- Code URL: https://github.com/okhuaroboosayuki/RepoReporter
- Live Site URL: https://repo-reporter.vercel.app/