Skip to content

chasersmith/react-wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Wordle Solver

Simple 5-letter Wordle Solver built in ReactJS. Word search API built using Node.js. Live build can be found here

Installing

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

Built With

Authors

License

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/