π² Sharing stories of faith.
Testimonies.Social is a mobile application to share the gospel through our individual experiences. By sharing our personal stories of faith, perseverance and trial we can inspire and encourage others going through similar situations. Our goal is for users to receive hope, receive prayer and be found by others seeking the same. πππ
- Sharing testimonies publicly and anonymously.
- Finding testimonies through a tag search system.
- Paticipating in testimonies of gratitude and prayer.
- Following ongoing testimonies you can pray for.
Original project write up
Design prototype
π§βπ€βπ§ As a user I want to...
- Feel like I'm not alone in my struggle.
- Feel inspired by others' victories.
- Help others with my story.
- Point people to the Lord.
- Feel part of a community who wants to do more for others.
- Feel accepted.
- Find hope in my trial.
- Be found.
π§βπ» Some technical goals include:
- Showcase my ability as an engineer unencumbered by client NDA's
- Share 3 React Native Web templates without Expo
- Share a fully built mobile application frontend
- Test React Native for Web's viability in a production level application
- Learn Devops from scratch
- Master Backend development from scratch
Not all progress of the project is reflected here in this repository. The backend will be a private repository and dev ops work such as configure and CI/CD will also be private. For convience however I have included the status' of those aspects of the project in this document. The list of items will grow but remain mostly high level.
Frontend | Backend | DevOps |
---|---|---|
|
|
|
Frontend | Backend | DevOps |
---|---|---|
|
|
|
Mimicking the βfan outβ approach utilized by Twitter, I plan to create data stores for each tag. Testimony ids will be entered into these stores. In addition to the system design, predefined tag values will mitigate performance degradation across user-defined tags.
Being able to share and read personal struggles and victories publicly is a powerful thing. However, there are many instances when a user may not want to share their identity. By combining a privacy flag and obfuscating posts we can provide users activity on their feed, prayer and encouragement without bearing the shame of what they have gone through.
With direction from close colleagues, Iβm excited to implement a RESTFUL API from the ground up. My experience with the backend has been reserved to a handful of routes and modification of existing routes. The limited scope of the project allows for the growth of my abilities as an engineer. This will officially transition my skillset from frontend to full stack engineer.
Navigate to the folder you want to store things and clone the repository
git clone https://github.com/NuGoon-Studio/Testimonies.git
Install the dependencies with yarn
# using Yarn
yarn install
Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android , iOS or Web app:
# using Yarn
yarn android
# using Yarn
yarn ios
# using Yarn
yarn web
# Web App hosted on http://localhost:8080/
# using Yarn
yarn tsc
Feel free to play around with the project yourself. Edit and modify however. The entry point has been modified to src/App.tsx with the web/public/index.html being another noteworthy file within the project.
During the job hunt process like many other hard moments in life itβs encouraging to connect and hear stories of others who have gone through a similar process. With this products mission and the opportunity grow as a engineer I am looking forward to providing real hope amidst the trial of day to day life.