From 92fdc8d4c29dffa2e44cc873a5f1efe91bc2decf Mon Sep 17 00:00:00 2001 From: Jonks Date: Wed, 24 Mar 2021 20:05:10 -0700 Subject: [PATCH] Updated README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8541874..54bcc29 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Interview Scheduler +A simple interview scheduler project for Lighthouse Labs' [Web Development Bootcamp](https://www.lighthouselabs.ca/en/web-development-bootcamp)! It utilizes ReactJS, as well as Jest and Cypress for testing purposes. + +!["Preview"](https://github.com/SootballJonks/scheduler/blob/master/public/scheduler1.gif) + + ## Setup Install dependencies with `npm install`.