Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaganreddyin/github-follower-checker
https://github.com/gaganreddyin/github-follower-checker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaganreddyin/github-follower-checker
- Owner: GaganReddyin
- License: mit
- Created: 2024-09-15T06:31:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T06:44:02.000Z (3 months ago)
- Last Synced: 2024-09-16T10:08:24.780Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github-Follower-Checker
This is a Next.js application that allows users to sign in with their GitHub account and view their followers.
## Getting Started
1. Clone this repository
2. Install dependencies: `npm install`
3. Create a `.env.local` file in the root directory and add your GitHub OAuth App credentials and NextAuth secret:4. Run the development server: `npm run dev`
5. Open [http://localhost:3000](http://localhost:3000) in your browser## Deploying to Vercel
1. Push your code to a GitHub repository
2. Log in to your Vercel account and create a new project
3. Import your GitHub repository
4. Add the environment variables from your `.env.local` file to the Vercel project settings
5. Deploy the project## Technologies Used
- Next.js
- NextAuth.js
- Tailwind CSS
- GitHub API## License
This project is open source and available under the [MIT License](LICENSE).