You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2023. It is now read-only.
Create a component that draws a chess board in the UI, each position of that chess board has to be capable of holding a chess piece as a property. Two components must be developed to finish this issue, the ChessBoard component and the Square component. A ChessBoard component has to be formed by 64 Square components as its children.
Create a component that draws a chess board in the UI, each position of that chess board has to be capable of holding a chess piece as a property. Two components must be developed to finish this issue, the ChessBoard component and the Square component. A ChessBoard component has to be formed by 64 Square components as its children.
Chessboard > 64xSquare.
ToDo