Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.32 KB

Refactoring Test

A challenge for front-end developers

While this app does technically work the code quality is poor. That's where you come in!

For this test you will be updating the code to be more manageable and adhere more to modern best practices for React apps.

We are specifically looking for code structure/component composition, accurate typings, as well as converting class-based components to a more functional approach.

Submitting your solution

Clone this repository and set up your own, new repository as the origin remote.

Once your remote repository is ready, add @ckortekaas and @nathanhoad and let us know that you've completed the challenge.

Your comments

...feel free to add any comments or thoughts in this section...


Create React App

This project was bootstrapped with Create React App.

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.