starter.dev-github-showcases
starter.dev-github-showcases copied to clipboard
A collection of GitHub clone implementations.
# Description - Issue happens when you navigate into nested folder directories (see screenshot below). Unable to see contents of the clicked folder and back arrow navigation does not function...
This PR was inspired by the blog post I wrote here: https://docs.google.com/document/d/1njNHhv7PGnHN1o0uC_mc3sURZlH4NbP4vD7HhUza5Nw/edit?usp=sharing
Fix backend
As a user, I would like the RepoHeader component to have unit tests.
As a user, I would like the Navbar component to have unit tests.
This PR just fixes the the Storybook setup to run with styles and moves the existing story under a `components` list, and adds a story for the `ProfileAboutSection` component
NB: These are just observations and can be debated during or after completion of showcase. 1. Noticed based on this authentication [blog](https://joyofcode.xyz/sveltekit-authentication-using-cookies) that sveltekit does not use services to get...