Word game app. Inspired by Josh Wardle's hugely popular app Wordle
- React (CRA)
- Tailwind CSS
- src
- App.js --> Entire app container
- index.css --> Tailwind directives and custom styles
- components --> functional components
- context --> global context
- hooks --> custom hooks
- pages --> layout/template pages
- helpers --> reusable methods and utilites
- public
- assets --> non-changing resources
- data --> words list and dictionary file
- images
- assets --> non-changing resources