Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaganreddyin/github-follower-checker


https://github.com/gaganreddyin/github-follower-checker

Last synced: about 1 month ago
JSON representation

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).