Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.65 KB

File metadata and controls

41 lines (32 loc) · 1.65 KB

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

React - Coding Challenge

We're looking for people who can build awesome products, so we created this open-ended challenge to test our candidates' overall developer skills.

Instructions

1. Build your web app

You have 1 week to complete the challenge.

Implementation and design will be evaluated.

2. Submit your challenge

Follow these instructions to submit your challenge.

  • Setup your Development Environment (React - Getting Started guide)
  • Clone the f22-react-test Repository
  • Create a dedicated branch
  • Write your Code
  • Commit your Changes
  • Fork the f22-react-test Repository
  • Issue a Pull Request

3. Impress us with your skills

Challenge

The design mocks for this challenge can be found (here) The 4 screens under the "React Web" section are to be used.

Requirements

Your web app should meet the following requirements:

  • Create a valid flow between the 4 screens given.
  • The fonts (family, weight, size) and colors used should be as per the design mock.
  • The Signup and Signin forms should have proper validations on submit.
  • Create reusable components wherever possible.
  • The web app should be mobile responsive.

Bonus:

  • Include animations.
  • Integrate the app with an authentication system like Firebase.