Simple 5-letter Wordle Solver built in ReactJS. Word search API built using Node.js. Live build can be found here
To clone and run this application, you'll need Git and Node.js
In the command line:
# Clone repository
$ git clone https://github.com/chasersmith/react-wordle-solver
# Navigate to the repository directory
$ cd react-wordle-solver
# Navigate to client
$ cd client
# Install client dependencies
$ npm install
# Navigate to server
$ cd ..
$ cd server
# Install server dependencies
$ npm install
# Start server
$ npm start
# Navigate to client
$ cd ..
$ cd client
# Start client
$ npm start
- Chase Smith - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details
Twemoji used for emojis present in app and favicon. Twemoji license is the following
Copyright 2020 Twitter, Inc and other contributors
Code licensed under the MIT License: http://opensource.org/licenses/MIT
Graphics licensed under CC-BY 4.0: https://creativecommons.org/licenses/by/4.0/