This is a solution to the GitHub Profile challenge on devChallenges. devChallenges help you improve your coding skills by building realistic projects.
The challenge requires creating a Github Profile search application that utilizes multiple API endpoints. The Github Profile search app requires the use of multiple APIs, such as the Github REST API, which returns information about a repository as a JSON.
- Create a Github profile page that matches the given design.
- Use HTML to create the basic structure.
- Add inputs, images, buttons,.. according to the design.
- Use JavaScript to add interactivity.
- Users should be able to search for user by user name.
- User should be able to see the number of followers, following, and location.
- User should be able to see the repositories that profile has.
- User should be able to see the details of each repository.
- When users select repository card, they should be able to see the repository page in the new tab.
- When users select repository card, they should be able to see the repository page in the new tab.
- The page should be responsive on different screen sizes.
- Responsive Design
- Flexbox
- CSS Grid
- Vite - Build tool
- TypeScript
- React - JS library
- TailwindCSS - For styles
- devChallenges - @NahuelEF