Immanuel Onyeka 1c5ff95087 | 3年前 | |
---|---|---|
public | 3年前 | |
src | 3年前 | |
.babelrc | 3年前 | |
.gitignore | 3年前 | |
README.md | 3年前 | |
package-lock.json | 3年前 | |
package.json | 3年前 | |
webpack.config.js | 3年前 | |
yarn.lock | 3年前 |
The goal of this test is to make you code a small ReactJS app. We have prepared a skeleton app for you, but please change whatever you want (CSS files, HTML structure, JS structure, etc).
The app will have two different components:
Show us what you can do in 24 hours. You will be assessed on the following parameters:
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:
We’re using yarn here (but you can use npm):
yarn install
yarn start
Here is the API address: https://aircall-job.herokuapp.com.
As you can see, it’s hosted on a free Heroku server, which means that the first time you will fetch the API, it will take few seconds to answer.
is_archived (bool)
. You’ll need to send a JSON in the request body:{
is_archived: true
}
inbound
or outbound
callmissed
, answered
or voicemail
call.