A user interface to navigate the repositories and commits in Netflix's Github
View Demo
Table of Contents
This project aims to create a user-friendly interface to navigate the repositories and commits in Netflix's Github account. The interface allows users to view a list of Netflix's repositories and to see a list of commits when clicking on a repository. The repository list is sorted by Star Count in descending order and contains the following information for each repository:
- Repo name
- Language
- Description
- Star Count
- Fork Count
- Date Created
Similarly, the commits list displays the following information for each commit:
- Commit Title
- Committer username
- Commit hash
- Date Created
This project was built using Next.js and MaterialUI, and it is hosted on Netlify. It leverages the Github API/Graphql to retrieve the repository and commit information from Netflix's Github account.
Alan Nguyen - [email protected]
Project Link: https://github.com/anguyen120/netflix-repos