A word guessing game
It is recommended to use nvm to ensure all development is done on the same node version. This repo contains a .nvmrc
file specifying the version.
Please use Prettier to format all files. This repo contains a .prettierrc
file specifying the formatting config.
This project is deployed using Github Pages.
This repo has CI/CD setup using GitHub Actions. To deploy to production, merge from develop
into master
.
-
This project was bootstrapped with Create React App. You can learn more in the Create React App documentation. To learn React, check out the React documentation.
-
Uses Redux Toolkit for state management.
-
Uses React Router for URL path management.
-
Calls Datamuse API to
- Validate that words are real words
- Get definitions
- "Randomly" pick an answer for each game
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.