An open API service indexing awesome lists of open source software.

https://github.com/darkshadowcoder/dictionnary-app

30Days - 30Apps Challenge : Day 5
https://github.com/darkshadowcoder/dictionnary-app

Last synced: about 1 year ago
JSON representation

30Days - 30Apps Challenge : Day 5

Awesome Lists containing this project

README

          




Dictionary Mobile App




Onbording Screen





nextdotjs
Expo
three.js
tailwindcss
Hygraph
Hygraph

Day 5 of 30Days-30Apps Challenge


## 📋 Table of Contents

1. 🤖 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🔋 [Features](#features)
4. 🤸 [Quick Start](#quick-start)
6. 🔗 [Assets](#links)

## 🤖 Introduction

It is a convenient and easy-to-use dictionary application that provides some function such as definitions, synnonyms, anonyms and phonetics for a specific word. Also, user can adapt difficulty of his word's definitions.

## ⚙️ Tech Stack

- React Native
- TypeScript
- Expo
- VS Code
- Dictionary API

## 🔋 Features

👉 **Get Started**: an essential component during onboarding and user engagement

👉 **React Navigation**: used for managing navigation in React Native applications

👉 **Screens**: play a crucial role in shaping the user experience.

👉 **API**: Interface between source application Program and client. Used to get definitions, synonyms, phonetics and antonyms of words in mobile application.

## 🤸 Quick Start

Follow these steps to set up the project locally on your machine.

**Prerequisites**

Make sure you have the following installed on your machine:

- [Git](https://git-scm.com/)
- [Expo](https://expo.com/)
- [npm](https://www.npmjs.com/) (Node Package Manager)

**Cloning the Repository**

```bash
git clone https://github.com/DarkShadowCoder/Dictionnary-App.git
cd Dictionnary-App
```

**Installation**

Install the project dependencies using npm:

```bash
npm install
```

**Running the Project**

```bash
npx expo start --android
```

Open ExpoGo in your mobile phone and scan QR code.

## 🔗 Assets

Interface ScreenShots



This App is based on @IsaiselviP's design