Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8.0 - Dev #11

Merged
merged 11 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# PetitHub 🌌

Explore the hidden gems of GitHub with [PetitHub](https://github.com/cletqui/petithub/)! This project is an adaptation of the [Petit Tube](https://en.wikipedia.org/wiki/Petit_Tube) concept to GitHub: it allows users to discover random, obscure GitHub repositories that have no stars. Whether you're looking to find an undiscovered masterpiece or just satisfy your curiosity, PetitHub is here to take you on a journey through the lesser-known corners of GitHub.
Explore the hidden gems of GitHub with [PetitHub](https://github.com/cletqui/petithub/)!

This project is an adaptation of the [Petit Tube](https://en.wikipedia.org/wiki/Petit_Tube) concept to GitHub: it allows users to discover random, obscure GitHub repositories that have no stars. Whether you're looking to find an undiscovered masterpiece or just satisfy your curiosity, PetitHub is here to take you on a journey through the lesser-known corners of GitHub.

![PetitHub Screenshot](.github/screenshot.png)

Expand All @@ -17,7 +19,7 @@ Explore the hidden gems of GitHub with [PetitHub](https://github.com/cletqui/pet
- [Table of Contents 📋](#table-of-contents-)
- [Features ✨](#features-)
- [How It Works 🔍](#how-it-works-)
- [Endpoints](#endpoints)
- [Endpoints 📑](#endpoints-)
- [Main Page](#main-page)
- [Custom API](#custom-api)
- [Getting Started 🚀](#getting-started-)
Expand Down Expand Up @@ -50,7 +52,7 @@ PetitHub uses the Octokit package to interact with the GitHub API. It browses th

PetitHub is built with [Hono](https://hono.dev/) over a Vite server for a fast user and easy developer experience. It fully integrates most of the features from Hono.

## Endpoints
## Endpoints 📑

### Main Page

Expand Down Expand Up @@ -170,7 +172,7 @@ Happy exploring! 🌟
- [x] change the document title dynamically (with nested `Suspense`)
- [x] use nested renderer to render multiple components
- [x] use `useRequestContext` to have conditional render
- [ ] implement Swagger with API
- [x] implement Swagger with API
- [x] add profile name + icon when connected + fix UI
- [x] add possibility to logout
- [ ] allow starring repo when connected
Expand Down
Loading
Loading