Skip to content

Letters game! A board with 16 tiles (4x4) select tiles and check if the formed word is valid or invalid

Notifications You must be signed in to change notification settings

aavargasp/Word-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Letters game! A board with 16 tiles (4x4) select tiles and check if the formed word is valid or invalid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published