A simple dictionary app built using React Native that fetches word details from an external API.
- Search for a word and get its pronunciation, definition, word type, and whether it's offensive or not.
Follow these instructions to get a copy of the project up and running on your local machine.
- Node.js and npm installed.
- Clone the repository to your local machine using the following command:
git clone https://github.com/AbdulMoizz31/dictionary-app.git
- Change to the project directory:
cd dictionary-app
- Install dependencies:
npm install
- Run the app on Android or iOS:
npm run android
or
npm run ios
- React
- React Native
- Expo
- Axios
Contributions are welcome! If you find any issues or want to add new features, feel free to create a pull request.
This project is licensed under the MIT License.