Skip to content

Site made with Next.js framework, where you can see the status of GitHub services.

License

Notifications You must be signed in to change notification settings

aalexborges/github-status

Repository files navigation

GitHub language count GitHub top language GitHub

GitHub Status

GitHub Status was made in order to learn web scraping and also the Next.js framework.

Here you can see the status of GitHub services, whether they are operational or not. You can access it through the link: https://github-status.alexborgesdev.vercel.app/

⚠️ The data presented was taken from the GitHub Status website

Development

First, run the development server:

npm run dev

OR with yarn:

yarn dev

Open http://localhost:3000 with your browser to see the result.