Skip to content

Commit eae7cf0

Browse files
committed
Update README.md with AI Interview Simulator description and project details
1 parent dec091e commit eae7cf0

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

Diff for: README.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1-
npx wrangler pages project create interviews-webapp
1+
---
2+
title: AI Interview Simulator
3+
published:
4+
tags: cloudflarechallenge, devchallenge, ai
5+
---
6+
7+
*This is a submission for the [Cloudflare AI Challenge](https://dev.to/devteam/join-us-for-the-cloudflare-ai-challenge-3000-in-prizes-5f99).*
8+
9+
## What I Built
10+
11+
**AI Interview Simulator** is a web application that helps you prepare for your next job interview. It uses AI to analyze your answers and provide feedback on how to improve using the camera and microphone on your device.
12+
13+
14+
## Demo
15+
16+
<!-- Share a link to your deployed solution on Workers or Pages, and add a screenshot or video embed of your app here. -->
17+
18+
## My Code
19+
20+
<!-- Show us the code! Share a public link to your repo and be sure to include a README file with installation instructions. We also encourage you to add a license for your code. -->
21+
22+
## Journey
23+
24+
<!-- Tell us about your process, the task types and models you used, what you learned, anything you are particularly proud of, what you hope to do next, etc. -->
25+
26+
**Multiple Models and/or Triple Task Types**
27+
28+
<!-- Let us know if your project utilized multiple models per task and/or if your project used three or more task types. If so, you may qualify for our additional prize categories! If not, please remove this section. -->
29+
30+
<!-- Team Submissions: Please pick one member to publish the submission and credit teammates by listing their DEV usernames directly in the body of the post. -->
31+
32+
<!-- Don't forget to add a cover image or an additional tag to this post (if you want). -->
33+
34+
<!-- Thanks for participating! -->

Diff for: apps/webapp/src/app/pages/create/create.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Personalize your interview</h1>
1515
<div class="label">
1616
<span class="label-text">What is your role?</span>
1717
</div>
18-
<input formControlName="role" type="text" placeholder="Type your role"
18+
<input formControlName="role" type="text" placeholder="Ex: Backend developer, Data scientist, etc."
1919
class="input input-bordered w-full max-w-xs"
2020
[class.input-error]="form.get('role')?.errors && form.get('role')?.touched" />
2121
</label>

0 commit comments

Comments
 (0)