Empowering individuals to take control of their mental health by providing a personal monitoring and support system.
The bootcamp I went to had a set of problems to find anagrams, palindromes, the solutions to scrabble, etc. I was looking for a project and thought that many people who work with words might want a site to find anagrams
Simple site to allow the user to enter a string of characters and find an array of words (or boolean, for palindromes) that fit their request.
Accepts a user input as a stirng and passes it through various functions to find the requested data. For palindromes, it's a simple reverse function. For the more complex functions, like anagrams and scrabble solver, there's a corresponding function to test if ther esults are accurate.
I designed this before learning Figma. If I can find the paper notes, they'll be uploaded soon.
- React
- Vite
- Bootstrap
\
Some of the changes that the team faced are:
- Passing state and props succesfully
This was my first React project. I learned component structure, pages and simple routing. Excited to see what's possible with these tools! https://ladyaudrey.github.io/HowtoWordGames/
It's considered finished. It will be included as a learning tool and example in Debugging the Coder's Mind (see above).