This Thesaurus App is built using the Remix framework and utilizes the OpenAI API to provide synonyms for words entered by users. It's simple to use and integrates cutting-edge AI to enhance user experience.
- Node.js 14.x or later
- npm or Yarn
- OpenAI API key
Clone the repository and install dependencies:
git clone https://github.com/yourusername/thesaurus-app.git
cd thesaurus-app
yarn install
Create a .env file in the project root and add your OpenAI API key:
OPENAI_API_KEY=Your_OpenAI_API_Key
Start the development server:
npm run dev