Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (16 loc) · 1.03 KB

App created for Front End Interview

Part 1 - Required if applying to Full Stack or Front End positions

This project was bootstrapped with Create React App.

npx create-react-app word-app

All of the files in the src folder were deleted, Components has all the code created for this app and the CSS was modified for this also

In the project directory, you need to run:

yarn start

Open http://localhost:3000 to view it in the browser.

The App is using the test json file 2 for changing this you need to change line 3 of Board.js

import data from '../test-board-2.json'

  • Layout for mobile media:

      ![layout-mobile.](./public/layout-mobile.png)
    
  • Layout for desktop media:

      ![layout-desktop.](./public/layout-desktop.png)
    

Part 3 – Required for all applicants

At the end of the Code Revision File is a list of problems or improvements