Skip to content

MarioWork/wordle-wanna-be-react

Repository files navigation

Woordle Wanna Be

This project consists of an attempt of cloning the popular game Wordle, it is a great challenge for those who are trying to learn React.js. The game does not have all the complexity of the original game, in this case it only has one word.

Word

The game only uses one word 'Cards'

Game Rules

  • 6 tries
  • 5 letter word
  • Green Container -> Letter is in the correct spot
  • Yellow Container -> Letter exists but it is not in the right spot
  • Gray Container -> Letter does not exist in the word

UI Images

1

2

3

4

end

How to run this project

 git clone "project link"

 cd woordle-wanna-be

 npm install

 npm run dev

Technologies

  • Javascript
  • VsCode
  • Html
  • CSS
  • React
  • JSX
  • Json
  • Custom Hooks
  • Styled-Components
  • React Context
  • React PropTypes

Collaborators

Mario Vieira