Sign in with your infojobs account and analize your experiences. Also you can write in the input and then analize it.
Click in every experience and then analize to get a score and feedback. You can modify the description and analize it.
This is a Next.js project bootstrapped with create-next-app
.
First copy env sample file and set the enviroments
cp .env.sample .env.local
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
I used the following resouces to build this app:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Infojobs Documentation - You can find the endpoints
- OAuth2 - How OAuth2 works?
- OAuth2 Explanation - Youtube video of OAuth2
- OpenAI - Chat completation API
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.