This is a project of the recently famous word guessing game - Wordle. This project was built using React, SASS and Bootstrap.
- React
- SASS
- React-bootstrap
- Bootstrap-5
- React-icons
- Guess the WORDLE in six tries.
- Each guess must be a valid five-letter word. Hit the enter button to submit.
- After each guess, the color of the tiles will change to show how close your guess was to the word.
Clone the repository and perform the following command line actions:
$ npm install
$ npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.