Git Product home page Git Product logo

medstats's Introduction

MedStats

MedState is an Open Source Personal Health Journal Website.

MedStats is an innovative Open Source Website constructed with HTML, CSS, JavaScript, and Bootstrap. This platform serves as a Personal Health Journal, empowering users to maintain a comprehensive digital record of their health-related data. With features designed for tracking health progress, documenting symptoms, and recording medications, MedStats offers a seamless and efficient method for individuals to proactively monitor and manage their well-being.

Key Features for Contribution:

  • User Registration and Authentication:
    Enables users to create accounts and securely log in to access their personal health journal.
  • Interactive Dashboard:
    Offers a customized dashboard upon login, presenting users with insightful summaries and statistics pertaining to their health entries.
  • Effortless Health Entries:
    Allows users to seamlessly add new journal entries, including detailed information about symptoms, progress, and medications.
  • Comprehensive Symptom Tracker:
    Empowers users to record and monitor specific symptoms they're experiencing, providing options to include severity, duration, and additional notes.
  • Intuitive Medication Log:
    Facilitates users in listing and managing their medications, specifying dosage, frequency, and any special instructions.
  • Intuitive Calendar View:
    Furnishes a calendar view, enabling users to navigate dates and access their health entries for specific days.
  • Efficient Search and Filter Functionality:
    Equips users with the ability to search for specific entries or apply filters, streamlining the process of locating pertinent information.
  • Visual Analytics with Graphs and Charts:
    Generates visual representations of health trends over time, empowering users to discern patterns or changes in their well-being.
  • Timely Reminders and Notifications:
    Enables users to set reminders for medication schedules, appointments, or other health-related tasks, ensuring they stay on track with their healthcare regimen.

These features collectively form a robust platform, enhancing the user's ability to manage and monitor their health effectively.

Visit the website: MedStats

📌 Tech Stack

HTML CSS JS Bootstrap

📌 Contribution Guidelines 🏗

Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and make it better. To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

   git clone https://github.com/KiranAminPanjwani/MedStats.git

3. Navigate to the project directory.

   cd MedStats-Website

4. Create a new branch:

   git checkout -b YourBranchName

5. Make changes in source code.

6. Stage your changes and commit

   git add .
   git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

   git push origin YourBranchName

8. Create a PR

9. If anyone contribute to this repository, then the changes will not reflect in your local repository. For that:

10. Setup a reference(remote) to the original repository to get all the changes from the remote.

   git remote add upstream  https://github.com/KiranAminPanjwani/MedStats

11. Check the remotes for this repository.

   git remote -v

12. Fetching from the remote repository will bring in its branches and their respective commits.

   git fetch upstream

13. Make sure that you're on your master branch.

   git checkout main

14. Now that we have fetched the upstream repository, we want to merge its changes into our local branch. This will bring that branch into sync with the upstream, without losing our local changes.

   git merge upstream/main

Code of Conduct 📜

To maintain a safe and inclusive space for everyone to learn and grow, contributors are advised to follow the Code of Conduct.

Contribution is fun! ❤️

If you have any feedback or suggestions please reach out to me.

In order to make a hassle-free environment, I implore you all (while contributing) to follow the instructions Contributing Guidelines!

You can create a issue and mention there , which new features or extension can make this Project more good.


Show some ❤️ by starring⭐ this awesome Repository!

OUR VALUABLE CONTRIBUTORS✨

Project Admin ❤️

© 2023 Kiran Amin Panjwani and contributors
This project is licensed under the MIT license.

forthebadge


Kiran Panjwani

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.