DEV Community

Dhanush N
Dhanush N

Posted on • Updated on

 

Create a Chessboard

Being a chess player was curious to create a chess board using code. So created a chess board with pieces using chessboard.js library.

Alt Text

https://github.com/dhanushnehru/100DaysOfCode

Also created a static chessboard without pieces using only Html & Javascript via codepen

Alt Text

Codepen

Top comments (2)

Collapse
 
gracrys profile image
Gracrys

I did with grid and divs xd, nice post

Collapse
 
dhanushnehru profile image
Dhanush N

Thanks 🙂

Classic DEV Post:

modern frameworks

Concepts behind modern frameworks

Many beginners ask "which framework should I learn?" and "How much JS or TS do I need to learn before a framework?" - countless opinionated articles go into promoting the advantages of the author's preferred framework or library, instead of demonstrating the readers the concepts behind them to allow for an informed decision.