DictZilla is a comprehensive dictionary application that provides translations and language resources.
To get started, clone the repository and install the dependencies:
git clone https://github.com/apirobots/dictzilla-dictionary-app.git
cd dictzilla
yarn install
This will start the Vite development server, and you can view the app in your browser at http://localhost:5174
.
To use the DictZilla Dictionary API, you need to obtain an free API key from RapidAPI. Follow these steps:
-
Go to the DictZilla Dictionary API page on RapidAPI.
-
Click on the "Sign Up" button if you don't have an account, or "Log In" if you already have one.
-
Once logged in, subscribe to the DictZilla Dictionary API.
-
After subscribing, you will find your API key in the "Endpoints" section of the API documentation.
-
Add your API key to your
.env
file in the root of your project:VITE_RAPIDAPI_KEY=your_rapidapi_key_here VITE_RAPIDAPI_HOST=your_rapidapi_host_here
To run the application in development mode, use the following command:
yarn dev
You can now use the API in your application to fetch languages and translations. Refer to the API documentation for more details on available endpoints and usage examples.
This project is licensed under the MIT License - see the LICENSE file for details.