pull/768/merge
Merieli Manzano 2 years ago committed by GitHub
commit 10e43367e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,34 @@
# Biblical Reflections
**Tier:** 2-Intermediate
Getting into the habit of exploring the Bible for reflections and verses can be challenging. And for developers, it's necessary to learn how to handle date and time control, randomization, and data storage.
The goal of the **Biblical Reflections** application is to provide a different Bible verse every day, with notifications and the ability to store notes and favorites in the library, providing a simple way to cultivate the habit of Bible reading and expand the user's knowledge.
## User Stories
- [ ] User can view one verse each day, randomly chosen and displayed at any time as a notification.
- [ ] User can hear and see the on-screen notification alerting when the verse of the day has been generated.
- [ ] User can write reflections on the verse and store them in their library for later reference.
- [ ] User can view the latest generated verse on the home screen.
- [ ] User can click the 'Next Verse' button to display a newly generated verse randomly.
- [ ] User can mark verses as favorites to store them separately in the library.
- [ ] User can view a reading history with their respective annotations.
## Bonus Features
- [ ] User can set the time of day they want to receive notifications.
- [ ] User can share the verse of the day on their social networks.
- [ ] User can view the verse over a shareable landscape image generated by AI.
- [ ] User can explore all chapters of the Bible.
## Useful Links and Resources
- [API.Bible](https://scripture.api.bible/)
- [API with verses](https://www.abibliadigital.com.br/)
## Example Projects
- [Daily verses](https://dailyverses.net/): Site with verses displayed daily, organization by topic, chapter consultation, login and randomly generated verse.
- [Daily Bible Verse](https://play.google.com/store/apps/details?id=com.adepture.dailybibleverse&hl=en_US): Application that provide a short and meaningful daily Bible verse to give you strength and inspiration every day.

@ -31,11 +31,11 @@ Here you can [watch a video about this repository](https://www.youtube.com/watch
Projects are divided into three tiers based on the knowledge and experience
required to complete them.
| Tier | Developer Profile |
| :--: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Developers in the early stages of their learning journey. Those who are typically focused on creating user-facing applications. |
| 2 | Developers at an intermediate stage of learning and experience. They are comfortable in UI/UX, using development tools, and building apps that use API services. |
| 3 | Developers who have all of the above, and are learning more advanced techniques like implementing backend applications and database services. |
| Tier | Developer Profile |
| :---: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Developers in the early stages of their learning journey. Those who are typically focused on creating user-facing applications. |
| 2 | Developers at an intermediate stage of learning and experience. They are comfortable in UI/UX, using development tools, and building apps that use API services. |
| 3 | Developers who have all of the above, and are learning more advanced techniques like implementing backend applications and database services. |
🌟 - New Project
@ -83,6 +83,7 @@ required to complete them.
| Name | Short Description | Tier |
| --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- |
| [Biblical Reflections](./Projects/2-Intermediate/Biblical-Reflections.md) | Randomly generated verses app. | 2-Intermediate |
| [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate |
| [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate |
| [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate |

Loading…
Cancel
Save