From 3e489f26eb5eaca5e66812223f00dc33185dd9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Liz=C3=A1rraga?= Date: Wed, 8 Jul 2020 17:41:06 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d43605d..202906a0a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The main objects we'll be dealing with are: - Branches - PRs -We'd like to see a visual representation of the git history of this repo as a web-app, using the API previously described. To be specific, we'd like to see the following: +We'd like to see a visual representation of the git history of this repo as a **JS web-app**, using the API previously described. To be specific, we'd like to see the following: - A view where we can see the existing branches - A branch detail view where we can see all the commits to one specific branch, with commit messages, authors and timestamps. - A commit detail view where we can see the commit message, timestamp, number of files changed and author names / emails. From ae4831cb29900f27f82611bdd44ef710eb39bf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Liz=C3=A1rraga?= Date: Mon, 8 Feb 2021 18:44:18 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 202906a0a..b53d11db8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Miau miau + # fullstack-interview-test Interview test for fullstack Software Engineers