This is a related words finder app built on React using the WordsAPI through RapidAPI. It gets a list of synonyms, related words, and rhymes.
This project is built with Create React App, uses Netlify for hosting and Netlify's lambda functions for backend services. It's styled using CSS modules.
- devHeaders must be uncommented in functions/getData send function to eliminate CORS issues.
- API key must be added manually to functions/getData headers variable.
npm run lambda-serve
npm start
- REACT_APP_WORDS_API_KEY variable must be in Netlify
npm run lambda-build
- push to Github