What is it?
Basically, I like Chess and whenever I'm watching some chess tournament and commentators are going "ROOK TO A4 LOOKS PROMISING, BUT THEN KNIGHT TO D6 CREATES A FORK ON C8 AND E4" I cannot simply visualize the position that fast. So I created this website, where I can spend couple minutes a day and try to improve "faster visualization of the chess coordinates" in my head. ¯_(ツ)_/¯
- Next.js (React)
Requirements:
- Yarn installed locally
yarn install && yarn build && yarn dev
- Access the website via
localhost:3000