How I built CLI version of Wordle game
Implementing the famous Wordle game in CLI
Feb 5, 20225 min read173

Search for a command to run...
Articles tagged with #typescript
Implementing the famous Wordle game in CLI

Setting up project and installing required dependencies for the tutorial

Head and Script Tag of NextJS, ESLint in NextJS and Deploying a NextJS Application

Dynamic routing and API endpoints in NextJS

Fetching and displaying data from API in NextJS using getStaticProps, TailwindCSS @apply directive and Typescript Interface.

Setting up NextJS with Typescript and TailwindCSS
