A simple app how get dev infos from the github

DevFinder: A simple app to explore detailed profiles of GitHub developers. Discover repositories, contributions, followers, and more. Perfect for recruiters and collaborators.
- React: The JavaScript library used for building the user interface of DevFinder.
- Vite: The build tool and development server used for fast and optimized development.
- TypeScript: The primary programming language for the project, ensuring type safety and enhancing code quality.
- Styled Components: A library for styling React components using tagged template literals, providing a seamless styling experience.
- Clone the repository and install dependencies:
git clone https://github.com/vsantos1711/dev-finder.git && cd dev-finder &&
pnpm install- Run the app:
pnpm run dev