GitHunt
SA

sauloaguiar/project-wordle

learning react by create a wordle game

Word Game

This project is part of the Joy of React course by Josh Comeau.

You can see it running live here

Learnings

While following the lessons and working on this course I brushed up on skills like

  • Managing state locally
  • Deciding when to create new components
  • Conditionally rendering components and applying css classes
  • Deploying static react to vercel

Deployment

With the vercel client installed, deploying is as easy as running vercel

Joy of React, Project I

In this project, we'll recreate a popular online word game, Wordle:

Demo showing the finished product, our Wordle clone

In Wordle, users have 6 attempts to guess a 5-letter word. You're helped along the way by ruling out letters that aren't in the word, and being told whether the correct letters are in the correct location or not.

For a full explanation of the project see here

Languages

JavaScript55.6%CSS40.2%HTML4.2%

Contributors

Other
Created December 22, 2024
Updated December 23, 2024