Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.97 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.97 KB

Prep pal

next typescript openai tailwindcss
Every badge are links to their doc


Description of that project 📖

This is a tool that helps you to prepare for a job interview. It uses OpenAI's GPT-3 to generate questions and answers based on the job description.

Requirements 🛑

For development, you will need some software installed in your environment.

Running the project 🧰

Use PNPM to install all dependencies into the project.

pnpm install

You can run the project with the following script.

pnpm dev

Project Maintenance 👨‍🔧

  • Project is using Angular Commits Guide Line, for more information, click on this link.
  • Use Atomic design to organize and maintain this project.
  • Husky will run commit hooks before every commit message to test the types and run the linting, do not bypass it.