Reactle A WebXDC clone of the popular word guessing game Wordle. Developing To Run Locally: Clone the repository and perform the following command line actions: $> mkdire react-wordle $> cd react-wordle $> npm install $> npm run start To build the .xdc file: $> npm run build