Users should be able to:
- View the optimal layout for the app depending on their device's screen size.
- Users should be able to input and delete letters in each row of the game board.
- Users should be able to submit their guesses for a particular row.
- Users should be provided with both a virtual keyboard interface for inputting letters using a mouse or touchscreen and the option to use their physical keyboard for letter input in the Wordle game.
- Users should be able to receive feedback on their guesses, indicating which letters are correct, present in the word but in the wrong position, or completely wrong.
- Users should be able to play multiple rounds of the game.
For developers:
- CI/CD
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- React - JS library
- resource 1 - This helped me to build CI/CD step by step.