/AapKaVaidya

AapKaVaidya(Doctor-Patient Android Application)

Primary LanguageDart

Image

Aap Ka Vaidya - Swaasth ek Jaroorat


SCRIPT WINTER OF CODE

About SWOC

Script Winter of Code is an open-source program envisioned by the Script Foundation. It aims to bring students into the world of open source development and see the power of unified problem-solving in real time. The projects that we will host have been carefully hand-picked to invigorate creative thinking and encourage collaboration among all participants. The students will be guided by experienced mentors throughout their journey. They will learn the skills essential in the world of programming, all the while developing a deep appreciation for the world of open-source.

Website

Logo

✍  About the Project

=> A flutter based application for easy interaction between patient's and doctors. During Pandemic many of the patients are looking to get a regular health check-ups but moving outside in such conditions seems risky.

=> So the application is build for this problem, it consists of chatbox with realtime database , login/signup page using firebase google signin and email/password sigin/signup, cool animations using rive , covid tracker with realtime updates , a tracker for nearby ambulance, also addon to this there is a relax zone which comprises of mini games and music to chill out.

=> The app uses YouTube API to call the videoplayer to get indulge in streaming youtube videos there, nearby locations of hospitals is also set using Google Map API.


📫  Getting Started

To run the application on your local machine :

=> Fork this repository. Click on the symbol at the top right corner.

=> Open your Git Bash command window and in the root directory type the following commands :

    1) git init -initializes the git repository from the GitHub. 
    2) git clone -Clone the repository to your local machine
      (git clone https://github.com/<your-github-username>/AapKaVaidya)

=> Open your Android IDE :

    1) Open the file at the root directory
    2) Code your modifications in the project

=> Create a new branch :

    1) git checkout -b <your_branch_name>

=> Add your changes and commit it out :

    1) git add . -Updates the index using the current content found in the working tree
    2) git commit -m "your_msg" -Create a new commit containing the current contents of the index with a message

=> Push your local changes to GitHub Repository :

    1) git push -u origin <your_branch_name>

🤖  Some useful links to learn flutter:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.


⚠️  Issues:

Always feel free to file a new issue with a respective title and a detailed description on the AapKaVaidya repository.


🤝  Contribution:

If you have any great ideas which can make this project more better, you can make changes and send me a Pull Request(PR) with a respective title and description on the AapKaVaidya repository, I will definitely review your pull request.


❤️  Project Admin

Harshit Singh

GitHub followers

ForTheBadge built-with-love

Open Source Love svg1


⚡  Mentors