Skip to content

Pink-Hat-Hacker/letter-box-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letter-box-solver

Letter Boxed Solver by Pink-Hat-Hacker (aka Zoë Y. Valladares) is inspired by The NYT Letter Boxed Game. Using Typescript (Front-End and Algorithm), Vercel (deploying serverless function), and NYT's own CSS.

Built With

Front-end

  • TypeScript
  • React
  • New York Times

Back-end

  • Github Pages - Dev
  • Vercel - Prod

Possible Future Changes

  • Deploy so that fetching from nytimes.com is possible
  • Implement Trie data structure instead of using Sets and For Loops
  • Change the canvas so that it looks more like the NYT Letter Boxed canvas
  • Make the app even more responsive to the device used

Contributions

Make sure to npm i

  1. Fork the Project ForkIcon
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

Contact