Skip to content

savchukrm/dictionary-mobile

Repository files navigation

Dictionary Mobile App

This is a mobile application developed with React Native that allows users to search for words and retrieve their definitions. The app also provides features such as creating an account, creating lists,sets, adding words, adding definitions and meanings to sets, and learning through flashcards.

As well that project has web site version. Repositorie : https://github.com/savchukrm/dictionary Website : https://savchukrm.github.io/dictionary/

Features

  • Word Search: Users can search for words and get their definitions.
  • User Accounts: Users can create accounts to personalize their experience.
  • Word Lists: Users can create lists and add words to them for easy organization.
  • Word Definitions: Users can add own definitions to words and edit it.
  • Sets: Users can create sets and add terms to them.
  • Definitions and Meanings: Users can add definitions and meanings to sets and change them.
  • Flashcards: Users can learn words, sets and their definitions through flashcards.

Technologies Used

  • @react-native-firebase/app: A library for integrating Firebase services into React Native apps.
  • @react-navigation/native: A library for routing and navigation in React Native apps.
  • @react-navigation/stack: A stack-based navigation for React Native apps.
  • @reduxjs/toolkit: A library for managing application state in React Native apps.
  • axios: A library for making HTTP requests.
  • expo: A framework and platform for universal React applications.
  • expo-font: A module for loading fonts in Expo apps.
  • firebase: A backend service for authentication, data storage, and CRUD functionality.
  • react-native: A framework for building native apps using React.
  • react-redux: A library for integrating Redux with React applications.

Getting Started

To run this application on your local computer, follow these steps:

  1. Visit the RapidAPI website and register to obtain the API key for accessing word-related APIs.

  2. Clone this repository to your local machine:

    git clone <repository-url>
    
  3. Navigate to the project directory:

    cd dictionary-mobile-app
    
  4. Install the dependencies:

    npm install
    
  5. Create a .env file in the project root directory and add your API key:

    API_KEY=YOUR_API_KEY
    
  6. Start the application:

    expo start
    
  7. Follow the Expo CLI instructions to launch the app on a simulator/emulator or scan the QR code with your mobile device using the Expo Go app.

Contact

For any inquiries or questions, you can reach out to rymmasavchuk@gmail.com.