Skip to content

ostermann-felix/MediHelp

Repository files navigation

MediHelp - Capstone Project

@neuefische GmbH Web Development Bootcamp MUC-Web 22.4

What is MediHelp?

The app MediHelp is a mobile solution for motorists, volunteer paramedics and anyone who passes by an accident or helpless people, to show them at the place of action what to do. Take for example an elderly woman who passed out on the streets. With this app everybody can look up a stable lateral position and how to do it step by step in just a few seconds of time. No struggling with searching the internet and no wasted time as a passerby or random first responder.

How to look up the project?

If you want to check out the project, click on any link behind the MediHelp text or add "https://medihelp.vercel.app/" to your favourite browser.

How to work with the code?

  1. Clone the repo in a folder of your choice.
  2. Install NPM with adding "npm install" to the console.
  3. Run "npm run dev".
  4. Now you can test the app at your Localhost usually at "http://localhost:3000".
  5. To create a build ready for deploying, run the command "npm run build".