jmmendivil / medirepoWeb

:jack_o_lantern: HacktoberFest 2022 :jack_o_lantern: 🏥 FrontEnd for MediRepo API - help Hospitals with Daily Medical Reports - for COVID19 patients with restricted visits

Home Page:http://medirepo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

React Application for Daily Medical Reports

Making communication easier for Hospitals and Patients' Families.

This front-end application is part of my personal project called MediRepo which consumes an Elixir API for practising this functional language.

GitHub top language Made by vercel GitHub

Medirepo - Daily Medical Report API

See postman documentation:

postman

Access the API repository:

https://github.com/AndrGab/MediRepo

MediRepo 📝

Most hospitals are restricting visitors for COVID-19 Patients. This is a personal project to help hospitals to share Daily Medical Reports with those patients' families.

LIVE DEMO

https://medirepo.vercel.app/

Guide to set up locally

  1. Fork the project and then clone it to your computer
git clone git@github.com:<your-user-name>/medirepoWeb.git
  1. Install libs
npm install
  1. Start the project
npm start

PS: You can create an environment variable like .env-sample file in the project root folder to set the backend host.

🎃 HacktoberFest 2022 🎃

If you came here for Hacktoberfest 🦇️:

Celebrate Hacktoberfest by getting involved in the open source community by completing some tasks in this project.

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

Contributions 🤝

You can contribute to this project including:

  • new features;
  • architectural improvements;
  • including i18n functions and translating these messages into your native language;
  • adding test coverage;

Feel free to contribute!

What is Hacktoberfest?

🎃 HacktoberFest is digitalocean’s annual event that encourages people to contribute to open source throughout October. Much of modern tech infrastructure—including some of digitalocean’s own products—relies on open-source projects built and maintained by passionate people who often don’t have the staff or budgets to do much more than keeping the project alive. 🎃 HacktoberFest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.

https://hacktoberfest.com/

Getting started ✨

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (Be creative!)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)

  • Wait for your PR review and merge approval!

  • Please ⭐️ STAR this repository if you had fun!

Features 📜

With Medirepo, hospitals can register and add daily patient reports to the platform. At the time of admission, it is necessary to provide the Patient Code and Password to family members to have access to these bulletins.

  • The latest bulletin will always be available.
  • Through the platform, it is possible to include new bulletins, delete, print reports...
  • Extras: Dark Mode for better viewing of the platform.

Screenshots 🖼️

Patient Login:

image

Viewing Bulletins:

image

Application in operation:

medirepo

Registration of New Hospitals:

image

Dark Mode:

image

Feedback

If you have any feedback, please reach out to me at andrgab@gmail.com

Credits

Medical illustrations by Storyset

Author

Made with 💜 by @andrgab

Contributors

Contributors image made with contrib.rocks.

About

:jack_o_lantern: HacktoberFest 2022 :jack_o_lantern: 🏥 FrontEnd for MediRepo API - help Hospitals with Daily Medical Reports - for COVID19 patients with restricted visits

http://medirepo.vercel.app

License:MIT License


Languages

Language:JavaScript 99.3%Language:HTML 0.7%