Coder Social home page Coder Social logo

anamart1nez / pem-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from balfo017/pem-app

0.0 0.0 0.0 9.06 MB

Pediatric Emergency Medicine App is designed for healthcare workers such as nurse practitioners, physician assistants, residents in pediatric, emergency medicine and family medicine residency programs, fellows in pediatric emergency medicine, and attending physicians in emergency and urgent care settings that provide acute care to sick and injured children. The app will provide updated medical information quickly and clearly for the common medical emergencies that are seen in emergency departments and urgent care settings.

License: MIT License

JavaScript 99.56% TypeScript 0.44%

pem-app's Introduction

Pem App Logo

If you have time to set up badges like these ones please help out! build status redux channel on discord

Introduction

Pediatric Emergency Medicine App is designed for healthcare workers such as nurse practitioners, physician assistants, residents in pediatric, emergency medicine and family medicine residency programs, fellows in pediatric emergency medicine, and attending physicians in emergency and urgent care settings that provide acute care to sick and injured children. The app will provide updated medical information quickly and clearly for the common medical emergencies that are seen in emergency departments and urgent care settings.

Installation

First make sure you have the latest stable version of Node

Get Node For Mac

curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"

Get Node For Windows

Go here and choose your corresponding windows version.

Get Git

Download the correct version here

Install Expo Globally

Install it

npm i -g expo-cli

Check if installed

expo whoami

If response is Not Logged In you can create one with

expo register

or login with

expo login

but this is not required❗️

Install Watchman (Optional & Recommended for macOS)

Download and install here

Clone this repo

To a directory you have admin rights over, for example

mkdir ~/Repos/
cd ~/Repos/
git clone [email protected]:Pem-Med/pem-app.git
cd pem-app/

Rename firebaseConfig.js.example to firebaseConfig.js and add proper credentials so you get a valid connection to the backend. If you don't have an idea of what this is, ask your team mates or product owners about how to get this info.

Run it in the browser (Option A)

This option is still in beta and has a lot of issues, we recommend to use the other two options if possible.

npm install react-native-web react-dom

Ensure your project has at least expo@^33.0.0 installed.

Start your project with expo start then press w to start Webpack and open the project in the browser.

For more details, see Expo's Running in the Browser Guide.

Run it on your Android or iOS Device (Option B)

Download expo client apps from an iOS or an Android Device

App Store (iOS)

Play Store (Android)

Running it on your computer (Option C)

(Only macOS) Follow this Expo guide for using the XCode Simulator

Follow this Expo guide for using the Android Studio Emulator

Starting up the server

Navigate to your project's root directory (where the package.json is) and run

npm start

(Expo CLI starts Metro Bundler, which is an HTTP server that compiles the JavaScript code of our app using Babel and serves it to the Expo app. It also pops up Expo Dev Tools, a graphical interface for Expo CLI.)

🍎 On your iPhone or iPad, open the default Apple "Camera" app and scan the QR code you see in the terminal or in Expo Dev Tools."
🤖 On your Android device, press "Scan QR Code" on the "Projects" tab of the Expo client app and scan the QR code you see in the terminal or in Expo Dev Tools.

Documentation

This app docs are still in progress so feel free to add your PR to make it better!

Stack Used

Essential Tutorials

React-Native

React Native is like React, but it uses native components instead of web components as building blocks. So to understand the basic structure of a React Native app, you need to understand some of the basic React concepts, like JSX, components, state, and props. If you already know React, you still need to learn some React-Native-specific stuff, like the native components. This tutorial is aimed at all audiences, whether you have React experience or not. Click Here

Expo

In this tutorial we are going to build an app for iOS, Android, and web that allows you to share photos with your friends! Of course there are already plenty of apps that let you share photos from your phone, you just can't do it with your own app. Let's remedy that. Click Here

Redux

The Redux Essentials tutorial is a "top-down" tutorial that teaches how to use Redux the right way, using our latest recommended APIs and best practices. We recommend starting there. Click Here

Firebase

This tutorial is slightly outdated but it is a really nice guide if you want to get a good idea about how firebase works. Click Here

Logo

You can find the official logos on our Imgur Album.

License

MIT

pem-app's People

Contributors

vrive avatar yeilysf avatar abelglez97 avatar vrivero09 avatar zelaznogydna91 avatar diacruz avatar balfo95 avatar hectormiguel1 avatar dianaliz93 avatar pemmed-admin avatar jmorango avatar anabelpdv avatar anamart1nez avatar balfo017 avatar muddasir-riaz avatar santiagodeiralamut avatar dependabot[bot] avatar reaxster avatar winterlord8 avatar eeochoa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.