Skip to content

leandre000/health-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Health App

A telehealth mobile and web application built with React Native and Expo.

Project Structure

  • Frontend: React Native application with Expo support
  • Backend: API services and database management

Technologies

Frontend

  • React Native
  • Expo
  • React Navigation
  • React Native Paper
  • WebRTC for video calls
  • TypeScript
  • Zustand for state management

Features

  • Patient-doctor video consultations
  • Health metrics tracking
  • Authentication and user management
  • Interactive charts and data visualization

Getting Started

Prerequisites

  • Node.js
  • Yarn or npm
  • Expo CLI

Installation

  1. Clone the repository
git clone <repository-url>
cd health-app
  1. Install frontend dependencies
cd frontend
yarn install
  1. Start the frontend
yarn start
  1. Set up the backend
cd ../backend
# Backend setup instructions

Development

  • Mobile: Run on iOS/Android simulators or physical devices using Expo
  • Web: Access the application through a web browser

License

This project is licensed under the terms of the 0BSD license.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%