An Oauth application that uses Google authenticaiton to fetch github profile information of the User.
Client: Next JS, TailwindCSS
Clone the project
git clone https://github.com/poudel-amrita/assignment-frontend.git
Go to the project directory
cd assignment-frontend
Install dependencies
npm install
Start the frontend server
npm run dev
Run the server from another folder assignment-backend by the help of README.md
Go to http://localhost:3000/ to get started!