From 94257ca89f420d9531107aea2312e35d6d214b88 Mon Sep 17 00:00:00 2001 From: Karan Agrawal <66599446+karan-at-speer@users.noreply.github.com> Date: Thu, 23 Sep 2021 12:19:57 +0530 Subject: [PATCH] update instructions --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff1f5a7..f242893 100755 --- a/README.md +++ b/README.md @@ -5,15 +5,18 @@ The goal of this test is to make you code a small ReactJS app. We have prepared The app will have two different components: - **Activity Feed** - simple list of calls - **Activity Detail** - detail of a call -- **Archive** - the final user should be able to archive a call. The call will no longer be displayed on the Activity Feed. +- **Archive** - the final user should be able to archive (and unarchive) a call. Archived calls will no longer be displayed on the Activity Feed and should have a separate Archived Tab. Show us what you can do in 24 hours. You will be assessed on the following parameters: - Focus on design (Pay attention to the UI/UX and transitions) - Best React Practices - Code Readability and Maintainability +## Submission After you're done with the assignment, please submit a link to the **GitHub/Bitbucket repository** (make sure it's public) with your code **AND** a deployment link where our recruiters can interact with the live version. You can use freely available tools like **Netlify, Vercel, Heroku, etc** to deploy your React application. +You should email both the links to our recruiters with the subject line **Full Stack Developer Assessment - [Your Name]** + **Note:** Submissions without a valid repository and deployment link will be removed from any further consideration. To give you an idea, here's what our app looks like: @@ -23,7 +26,7 @@ To give you an idea, here's what our app looks like: ## Installation -We're using [yarn](https://yarnpkg.com) here: +We're using [yarn](https://yarnpkg.com) here (but you can use npm): ``` yarn install @@ -58,4 +61,4 @@ As you can see, it's hosted on a free Heroku server, which means that the first - **via** - Aircall number used for the call - **duration** - duration of a call (in seconds) - **is_archived** - call is archived or not -- **call_type** - can be a `missed`, `answered` or `voicemail` call. \ No newline at end of file +- **call_type** - can be a `missed`, `answered` or `voicemail` call.