devongovett / github-lite

WIP GitHub client built with React Aria Components + Tailwind CSS
https://github-lite.pages.dev/
68 stars 7 forks source link

GitHub Lite

WARNING: very early work in progress. Almost nothing works yet. Contributions welcome!

A faster GitHub client built with React Aria Components + Tailwind CSS. Try it here

Screenshot of app

Why?

I was tired of waiting for full page reloads for every navigation on GitHub's website, so I decided to build my own client as a modern single page app. It works similarly to their native mobile app, using GraphQL to load data, with pre-fetching, keyboard navigation, and optimistic updates for a fast user experience.

My first priority is notifications. On GitHub's website, you have to navigate from the notifications page to separate issue and pull request pages, and when you go back you lose your scroll position. I wanted a two-pane UI similar to an email inbox with a notifications list on the left, and a detail view for the selected item on the right. This way you can easily scan the list, and click between items without losing your place or waiting for full page navigation.

Stack

To do

This app is very early, so most things still need to be implemented. This is a side project, so I'll work through these when I find time, but contributions are also welcome. Please open an issue if you plan on contributing so we can discuss first.