Skip to content

mdarif/github-finder-ts

Repository files navigation

Welcome to Github Finder πŸ‘‹

License: MIT Twitter: arif_iq

An App to search users on Github and get their repositories and other information.

Github Finder

An App to search users on Github and get their repositories and other information.

API Gateway, Lambda and DynamoDB

Stacks Used

Folder Structure

.
β”œβ”€β”€ 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

Vercel Deployment

About

An App to search users on Github and get their repositories and other information.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published