AbdulMoizz31 / dictionary-app

A simple dictionary app built using React Native that fetches word details from Merriam Webster API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary App

A simple dictionary app built using React Native that fetches word details from an external API.

Features

  • Search for a word and get its pronunciation, definition, word type, and whether it's offensive or not.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

  • Node.js and npm installed.

Installation

  1. Clone the repository to your local machine using the following command:

git clone https://github.com/AbdulMoizz31/dictionary-app.git

  1. Change to the project directory:

cd dictionary-app

  1. Install dependencies:

npm install

  1. Run the app on Android or iOS:

npm run android

or

npm run ios

Screenshots

Screenshot_1691089623

Dependencies

  • React
  • React Native
  • Expo
  • Axios

Contributing

Contributions are welcome! If you find any issues or want to add new features, feel free to create a pull request.

License

This project is licensed under the MIT License.

About

A simple dictionary app built using React Native that fetches word details from Merriam Webster API.


Languages

Language:JavaScript 100.0%