Develop an application with user interface for accessing data from a bible API, said interface can be used to look through a variety of bible in different languages, making it easier to select a bible and all its contents.
Implemented a search function to look for specific bibles based on abbreviation, bible name, or language as well as a default response of all bibles if left blank.
Implemented dynamic dropdowns which update based on the bible, book, chapter and verse all sequentially based on the previous selection. This was possible by identifying the content selected and comparing it to the data of the API to always output the correct information.
As final touch I implemented an export option that writes the desired quote from the selected bible into a text file that contains the bible, book, chapter, and verse that from where the quote was acquire.
Enhanced user experience for class meeting times at NWACC based on their class meeting hours spreadsheet located at their website.
Implemented a user interface for the different filters such as “meeting days”, “credit hours”, and “weeks” which are designed to be dependent upon each other making it easier to later display the designated meeting times.