dzuncoi / v-leap

Frontend developer Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello future leaper !


FRONT END DEVELOPER TEST


We prepared a Simple react & webpack project for our recruitment process and added as much love as we do in our daily projects.

Clone this clean repository into your workspace, do your magic and create pull request.

Hope you will have fun !


STACK:

  • yarn
  • flow
  • webpack
  • react
  • redux
  • redux-thunk
  • scss (bem methodology)
  • es6

TODO:

JS/HTML Part:

  • create signup form (we prefer using redux-form module) with API integration (/users)
    • first name (required)
    • last name (required)
    • email (required)
  • add a login page - using API endpoint (/users/login)
  • create application list page - using API endpoint
  • display application page - using API endpoint (/applications)
  • display current active navigation breadcrumb

CSS Part:

  • stick page header to the top - independent on scroll position
  • write a (scss) mixin that will calc & return font-size based on rem with px fallback for older browsers
  • highlight current active navigation item in breadcrumb

MOCKED API ROUTES

User

Application

Sandbox


Please pay attention to flow types and eslint warnings / errors.

You can of course use typescript.

About

Frontend developer Test