A simple web interface that communicates with GitHub API to search for GitHub profiles and show its repositories and general info.
- Vue 3
- Strongly typed with TypeScript
- Zero dependency toast notifications
- Tailwind CSS with DaisyUI
GitHub Pages: https://joaohcopetti.github.io/github-search-profiles/
It uses npm
- Run
npm installon project root. - Run
npm run devto start development server
Access at http://localhost:5174 (default)