Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eli-jensen/add-user-to-github-org
App for allowing self-invite to GitHub Organization
https://github.com/eli-jensen/add-user-to-github-org
mui nextjs14 tailwindcss
Last synced: about 2 months ago
JSON representation
App for allowing self-invite to GitHub Organization
- Host: GitHub
- URL: https://github.com/eli-jensen/add-user-to-github-org
- Owner: Eli-Jensen
- Created: 2024-07-31T22:47:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T19:02:13.000Z (2 months ago)
- Last Synced: 2024-10-31T20:17:29.871Z (2 months ago)
- Topics: mui, nextjs14, tailwindcss
- Language: TypeScript
- Homepage: https://add-user-to-github-org.vercel.app
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## App for allowing self-invite to GitHub Organization
https://add-user-to-github-org.vercel.app/invite
A small app allowing prospective employers to add themselves to my [GitHub Organization](https://github.com/Eli-Jensen-Org), giving them access to view private repos containing my completed Georgia Tech school work. Use passphrase "sharewithme".
Do not request access if you are currently a student at Georgia Tech or plan to enroll there.
## Preview
![Preview of website](https://github.com/Eli-Jensen/add-user-to-github-org/blob/main/public/add_user_to_github_preview.JPG)## Technologies used
* [Next.js 14](https://nextjs.org/) with TypeScript and [Tailwind](https://tailwindcss.com/)
* [Axios](https://github.com/axios/axios)
* [GitHub REST API](https://docs.github.com/en/rest/about-the-rest-api/about-the-rest-api?apiVersion=2022-11-28)