Skip to content

GregAustin/interview-challenge

 
 

Repository files navigation

Feedr Technical Challenge

Thank you for taking the time to attempt this challenge.

These tests are used to evaluate candidates of all skill levels so please complete them to a level you feel is an accurate representation of your skill set.

Please read README-FRONTEND.md for further instructions.

If you have any questions or would like to clarify any details, please email [email protected].

Good luck!

Quick Start

Fork the repository, clone it to your local system, then:

Install dependencies

yarn (or npm install)

Start development server

yarn dev (or npm run dev)

Notes:

I split the app into individual components in a way that I thought made sense, and implemented the required functionality. I have done this in a fairly basic way, by keeping all app state in the App class and passing functionality down to the components as props. I have not implemented any testing. I tried to use Jest for this but I am not very familiar with it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • CSS 11.5%
  • HTML 2.2%