A simple Boggle word game solver built with React and Bootstrap.
This project was bootstrapped with Create React App.
-
Create an API key with https://rapidapi.com/
-
Create an
.env
file in the repo root and add this line:REACT_APP_RAPIDAPI_KEY=<your key here>
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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- https://en.wikipedia.org/wiki/Boggle
- https://rapidapi.com/
- https://create-react-app.dev/docs
- https://getbootstrap.com/docs/4.1/getting-started/theming/
- http://reactstrap.github.io/components
- https://developer.mozilla.org/
- https://hcientist.cs.jmu.edu/teaching/cs-159/spring-2019/pa5-boggle/
- https://codesandbox.io/s/k018kn7nwo?from-embed
- https://tobiasahlin.com/spinkit/
- https://github.com/tarastrauss/boggle-react