Skip to content

Commit

Permalink
Update README.md with AI Interview Simulator description and project …
Browse files Browse the repository at this point in the history
…details
  • Loading branch information
nicobytes committed Apr 15, 2024
1 parent dec091e commit eae7cf0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
npx wrangler pages project create interviews-webapp
---
title: AI Interview Simulator
published:
tags: cloudflarechallenge, devchallenge, ai
---

*This is a submission for the [Cloudflare AI Challenge](https://dev.to/devteam/join-us-for-the-cloudflare-ai-challenge-3000-in-prizes-5f99).*

## What I Built

**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.


## Demo

<!-- Share a link to your deployed solution on Workers or Pages, and add a screenshot or video embed of your app here. -->

## My Code

<!-- 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. -->

## Journey

<!-- 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. -->

**Multiple Models and/or Triple Task Types**

<!-- 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. -->

<!-- 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. -->

<!-- Don't forget to add a cover image or an additional tag to this post (if you want). -->

<!-- Thanks for participating! -->
2 changes: 1 addition & 1 deletion apps/webapp/src/app/pages/create/create.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Personalize your interview</h1>
<div class="label">
<span class="label-text">What is your role?</span>
</div>
<input formControlName="role" type="text" placeholder="Type your role"
<input formControlName="role" type="text" placeholder="Ex: Backend developer, Data scientist, etc."
class="input input-bordered w-full max-w-xs"
[class.input-error]="form.get('role')?.errors && form.get('role')?.touched" />
</label>
Expand Down

0 comments on commit eae7cf0

Please sign in to comment.