Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwatanikenji/my-health
College project based on a provided Figma prototype implemented with React Native and Firebase
https://github.com/iwatanikenji/my-health
datepicker drawer-navigation firebase imagepicker react-native redux stack-navigation utfpr
Last synced: 5 days ago
JSON representation
College project based on a provided Figma prototype implemented with React Native and Firebase
- Host: GitHub
- URL: https://github.com/iwatanikenji/my-health
- Owner: iwataniKenji
- Created: 2023-03-28T01:03:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T17:09:56.000Z (over 1 year ago)
- Last Synced: 2024-11-05T15:13:10.585Z (about 2 months ago)
- Topics: datepicker, drawer-navigation, firebase, imagepicker, react-native, redux, stack-navigation, utfpr
- Language: TypeScript
- Homepage:
- Size: 8.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MY HEALTH
Summary
📙 About
🖼️ Preview
📖 How to Start
💡 Features
💻 Technologies
✔️ My Health project finished ✔️📙 About
Getting vaccinated is the best way to protect yourself from a variety of serious illnesses and their complications, which can even lead to death (Pfizer, 2022). The printed vaccination card is still used for vaccine control. However, there is a risk of loss, theft or misplacement, and forgetting the dates of the next vaccines.
In this sense, My Health aims to implement a digital vaccination portfolio to control the vaccines received, including the image of the vaccination receipt as well as the dates of the next doses.Idea and visual concept created by professor Henrique Shishido and made by Kenji Iwatani
---
🖼️ Preview
---
📖 How to Start
```bash
# Clone this repository
$ git clone https://github.com/iwataniKenji/my-health# Access the project directory
$ cd my-health# Install dependencies
$ yarn# Rename '.env.example' to '.env' and set your env variable
$ ren ".env.example" ".env"# Start bundle at expo
$ yarn start start# Download expo app on your phone and scan the QR Code
```---
💡 Features
- [x] Authentication and password recover system
- [x] Drawer and stack navigation
- [x] Vaccine listing integrated with filters
- [x] Image upload through expo-image-picker and Firebase storage
- [x] Data persistence with Firestore database
- [x] Organized project structure and architecture
- [x] Full application made with typescript---
💻 Technologies
- [x] React Native
- [x] Typescript
- [x] Firebase
- [x] Redux
- [x] Expo