This is a Next.js project bootstrapped with create-next-app
.
First,clone the git repo and run the development server using with dependencies installed:
yarn dev
.env.local
file has to be created in root directory.
env must include the following keys
NEXT_PUBLIC_EMAIL= **the email provided to access data
NEXT_PUBLIC_GRAPHQL_URL= ** gql endpoint
The application has the following features:
Search for developers by name or skills. (## important note Press (Alt+ SpaceBar to access this feature after entering dashboard)) Sort the list of developers by name, skills, or years of experience. Auto-authentication with auto OTP fill feature.
Next.js Tailwind CSS Apollo GraphQL client