/wordle-game

Wordle game platform in next js

Primary LanguageTypeScript

Screencastfrom15202401135607-ezgif com-video-to-gif-converter

Features Implemented

  • Users have the option to initiate a Wordle game as a guest.
  • Users can log in to their accounts.
  • Users can view their game statistics.
  • Users can access their game history.
  • Users can access a guide on how to play.
  • Users have the capability to challenge other users to guess a word.
  • Users can toggle between light and dark modes.

Approach

  • I employed React Context to manage the application's state, opting for simplicity given the nature of the state. To handle backend routes seamlessly, I utilized 'trpc.' For enhanced server-side rendering and optimal performance, I incorporated Next.js Server Components. Authentication was implemented using NextAuth with credentials serving as the primary provider.

Technologies

How To Star Project

./start.sh


# wordle-game