Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.03 KB

README.md

File metadata and controls

45 lines (31 loc) · 2.03 KB

Devex Front-End hiring challenge 👋

Welcome to our public repository.

Get prepared 💻

Before the pair-programming challenge, you will need to first fork this public repo. This application has been created using Create React App. You can find instructions on how to run it here below. Feel free to look at the code and get familiar with it as much as you want before the challenge. At Devex, we put a lot of emphasis on clean, modularized and tested code. Once the challenge starts, we will provide you with the different steps you will need to complete, together with a Devex engineer.

Third-party libraries that are already installed 📚

To complete the challenge, you won't need any additional NPM package. You won't need to bundle the app into static files either, as we will only be working with your local environment.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts 📜

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.