Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamessembukuttiarachchi/flexfix-injury-recovery-app

Injury Recovery Assistant is a React Native app designed to aid users in their recovery journey. It features a progress tracker to monitor recovery milestones, a user rating system for physiotherapists, and personalized articles for guidance. A unique shared prescription interface allows seamless collaboration between patients and physiotherapists.
https://github.com/jamessembukuttiarachchi/flexfix-injury-recovery-app

android-app expo expo-router firebase react-native typescript user-experience

Last synced: about 2 months ago
JSON representation

Injury Recovery Assistant is a React Native app designed to aid users in their recovery journey. It features a progress tracker to monitor recovery milestones, a user rating system for physiotherapists, and personalized articles for guidance. A unique shared prescription interface allows seamless collaboration between patients and physiotherapists.

Awesome Lists containing this project

README

        

## Project Overview

Injury Recovery Assistant is a React Native app designed to aid users in their recovery journey. It features a progress tracker to monitor recovery milestones, a user rating system for physiotherapists, and personalized articles for guidance. A unique shared prescription interface allows seamless collaboration between patients and physiotherapists.

## Key Features

1. Progress Tracker
2. User Rating System
3. Personalized Articles
4. Shared Prescription

## Tech Stack

- React Native
- Firebase

## Contributors

- James Sembukuttiarachchi - https://github.com/JamesSembukuttiarachchi
- Rakindu Marambe - https://github.com/RakinduM
- Amaya Fernando - https://github.com/amaya2509
- Hiruni Fernando - https://github.com/fernandoMHSJ

## Get started

1. Install dependencies

```bash
npm install
```

2. Start the app

```bash
npx expo start
```

In the output, you'll find options to open the app in a

- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo

You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).

## Get a fresh project

When you're ready, run:

```bash
npm run reset-project
```

This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.

## Learn more

To learn more about developing your project with Expo, look at the following resources:

- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.

## Join the community

Join our community of developers creating universal apps.

- [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.
- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.