Hayyim Word








Hayyim Word
About
This
full-stackweb application allows for easy and effective study and reading of the Bible. I built this as a clone of the Literal word NASB Bible app which is an android mobile app use personally.
Key features:
-
KJV Bible text with integrated Greek and Hebrew Lexicons, fetched using 2 APIs.
-
Tap on an underlined word to view Hebrew or Greek lexicon information. The application fetches all verses containing this word automatically.
-
A user can add
notesto each word of the Bible as they study. -
A user can
highlightthe text in multitple colors using the mouse selection. -
The application has separate user highlights and notes pages that display an authenticated user's notes and highlights in
pagnatedgrid format. -
The highlight and note taking features have create, read, update and delete options, with
realtime updatesfromGoogle firebase. -
A user can select a passage by book, chapter and verse.
-
Light, dark, sepia and sand
colorthemes -
custom
text sizeandline spacing. -
Auto scrollingto the selected verse for enhanced user experience -
The application saves the users passage selection history and search history for later using
local storage -
The search menu allows a user to search the Bible by
keyword, e.g. "red", byStrong’s number, e.g. "H8141" or byreference, e.g. "1 John 3:13". The search results havevisual search filteringusing a bar chart and is uses basic pagnation. -
Responsivedesign for desktop, tablet and mobile devices. -
The API used to fetch the english text can be found here . The API used to fetch the Hebrew and Greek lexicons can be found here.
Build:
- Front-end
React,JavaScript&Next.Js(Framework) &css&html - Back-end
Google Firebase- Firebase Authentication, and database - Deployment-stack
Vercel - Testing
React Testing Library,Jest
Limitations:
- the search API used limits the results to 500 at a time, so for words that occur more than this eg "God" the visual search filter data is incomplete. One solution would be to have the application fetch all the verses in multiple requests in the background and store them but not display them to avoid slowing the site down. I may implement this in the future
Future features:
The following are some features I may add subject to time:
- A bookmark feature to allow the user to bookmark a passage.
You have reached the end of this project. Thank you for reading!