This is a simple Next.js app to view some basic info of a limited set of repositories.
As seen on the git history, I began implementing this app with the idea of trying out React server components and Suspense from React 18, but due to time constraints I ended up implementing it with stable features.
Run in your terminal (yarn required):
git clone https://github.com/sebnun/stargazer.git && cd stargazer && yarn && yarn dev
Let's try to follow Conventional commits