Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ritikjha93/vocab
- Owner: RitikJha93
- Created: 2024-11-27T20:58:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-27T21:20:31.000Z (about 1 month ago)
- Last Synced: 2024-11-27T22:24:49.785Z (about 1 month ago)
- Topics: asyncstorage, expo, expo-router, react-native, zustand
- Language: TypeScript
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```