An App to search users on Github and get their repositories and other information.
An App to search users on Github and get their repositories and other information.
.
βββ LICENSE
βββ README.md
βββ SECURITY.md
βββ cypress
β βββ e2e
β β βββ spec.cy.ts
β βββ fixtures
β β βββ example.json
β βββ support
β βββ commands.ts
β βββ e2e.ts
βββ cypress.config.ts
βββ package-lock.json
βββ package.json
βββ postcss.config.js
βββ public
β βββ favicon.ico
β βββ index.html
β βββ logo192.png
β βββ logo512.png
β βββ manifest.json
β βββ robots.txt
βββ src
β βββ App.tsx
β βββ alert
β β βββ AlertContext.tsx
β β βββ AlertReducer.tsx
β βββ components
β β βββ layout
β β β βββ Alert.tsx
β β β βββ Footer.tsx
β β β βββ NavBar.tsx
β β β βββ Spinner.jsx
β β β βββ assets
β β β βββ spinner.gif
β β βββ repos
β β β βββ RepoItem.tsx
β β β βββ RepoList.tsx
β β βββ users
β β βββ UserItem.tsx
β β βββ UserResults.tsx
β β βββ UserSearch.tsx
β βββ context
β β βββ github
β β βββ GithubActions.ts
β β βββ GithubContext.tsx
β β βββ GithubReducer.tsx
β βββ images
β β βββ github-finder-shot.png
β βββ index.css
β βββ index.tsx
β βββ pages
β β βββ About.tsx
β β βββ Home.tsx
β β βββ NotFound.tsx
β β βββ User.tsx
β βββ react-app-env.d.ts
βββ tailwind.config.js
βββ tsconfig.json