A mobile app to solve the New York Time's daily Spelling Bee puzzle.
The purpose of project is so that I can cheat on NYT Spelling Bee and to learn React Native.
- React Native
- Expo -- for easier deployment
- Typescript -- (barely)
- Eslint -- for code formatting
The dictionary used is the TWL06 Scrabble Word List. It can be downloaded here.
git clone https://github.com/zachbellay/spelling-bee-solver.git
cd spelling-bee-solver
npm install && npm start