From ca93ec886e45bdb223483594cb874ee350de12c0 Mon Sep 17 00:00:00 2001 From: Ryan-Horng Date: Fri, 17 Nov 2023 21:56:45 -0500 Subject: [PATCH] Roughdraft the Readme --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb953d..09e64c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ -# Containerized App Exercise +# Interview Review WebApp +![WebApp Machine Learning build test](https://github.com/software-students-fall2023/4-containerized-app-exercise-rizzballs/blob/main/.github/workflows/event-logger.yml/badge.svg) +![WebApp Subsystems build test](https://github.com/software-students-fall2023/4-containerized-app-exercise-rizzballs/blob/main/.github/workflows/lint.yml/badge.svg) -Build a containerized app that uses machine learning. See [instructions](./instructions.md) for details. +## What is our WebApp? + +Our WebApp is designed to help users practice and improve their interview skills. When prompted, users will speak into the microphhone and answer 3 generic interview questions. The app will record the interview and breakdown the answer given, giving a rating based on specified critera and words used. Then, it is compared to other user attempts to give a comparison and return statistics of the prompted user. + +## Installation and Usage + +In Progress + +## Contributors + +- [Andrew Huang](https://github.com/andrew0022) +- [Kei Oshima](https://github.com/KeiOshima) +- [Richard Qu](https://github.com/kingslayerrq) +- [Ryan Horng](https://github.com/Ryan-Horng) \ No newline at end of file