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)
At the end of the Code Revision File is a list of problems or improvements