Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ritikjha93/vocab

Vocab is random word generator along with it's definition,searching for any words,bookmarking words along with date for later use,clearing history,fetching new words.
https://github.com/ritikjha93/vocab

asyncstorage expo expo-router react-native zustand

Last synced: about 1 month ago
JSON representation

Vocab is random word generator along with it's definition,searching for any words,bookmarking words along with date for later use,clearing history,fetching new words.

Awesome Lists containing this project

README

        

# Vocab

Vocab is an application that provides you word of the day along with it's definition

## Project Overview

- Voacab is made using React Native Expo,it uses expo router for navigating between Pages
- Word generator and definition api to get random words
- React Native reanimated for smooth animations
- Async Storage for storing words with date locally

## Screenshots

## Installation

### Make sure you have react native installed on your system

```
git clone https://github.com/RitikJha93/Daily-Digest.git
```
```
cd daily-digest
```

## Setting environment variables
```
EXPO_PUBLIC_WORDAPI = https://api.dictionaryapi.dev/api/v2/entries/en
EXPO_PUBLIC_RANDOM_WORD_API = https://random-word-api.vercel.app/api
```

## Running server
```
npx expo start
```