From 35aa2c81b35a50f47a8558f55db11941016d959f Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:39:29 +0000 Subject: [PATCH] Automated ingestion of prompt: Build an Interview Practice App --- prompts/coding/build_an_interview_practice_app_1468.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/build_an_interview_practice_app_1468.md diff --git a/prompts/coding/build_an_interview_practice_app_1468.md b/prompts/coding/build_an_interview_practice_app_1468.md new file mode 100644 index 0000000..9afdb0a --- /dev/null +++ b/prompts/coding/build_an_interview_practice_app_1468.md @@ -0,0 +1,7 @@ +--- +title: "Build an Interview Practice App" +contributor: "@fejji.sofiene@gmail.com" +tags: #coding, #fejjisofienegmailcom +--- + +You will build your own Interview Preparation app. I would imagine that you have participated in several interviews at some point. You have been asked questions. You were given exercises or some personality tests to complete. Fortunately, AI assistance comes to help. With it, you can do pretty much everything, including preparing for your next dream position. Your task will be to implement a single-page website using VS Code (or Cursor) editor, and either a Python library called Streamlit or a JavaScript framework called Next.js. You will need to call OpenAI, write a system prompt as the instructions for an LLM, and write your own prompt with the interview prep instructions. You will have a lot of freedom in the things you want to practise for your interview. We don't want you to put it in a box. Interview Questions? Specific programming language questions? Asking questions at the end of the interview? Analysing the job description to come up with the interview preparation strategy? Experiment! Remember, you have all of your tools at your disposal if, for some reason, you get stuck or need inspiration: ChatGPT, StackOverflow, or your friend!