Giter VIP home page Giter VIP logo

selfhelp's Introduction

SelfHelp

Web Application designed to track personal health and medcicines. The app allows you to effortlessly track your vital health signs and monitor medication routines. It facilitates to manage entire records of ongoing medicines with all the required infomation like name,dosage,starting date,duration. Users gets the medicine list for the day where one can mark each medication as "completed" once you've taken your prescribed dose.

Features

  • User session management and authentication.
  • Add , track and visualise vitals using cards.
  • Create,Read and Delete medicines
  • Medicine List for current date.
  • Single tap to mark a medication dosage completed.

Demo

Demo

Screen Shots

Login

Login

Medicine Inventory

Medicine inventory

Vital Dashboard

Vital Dashboard

Tech Stack

MongoDb,Express.js,Node.js,React.js

To run this project locally :

Install Dependencies

npm install

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

Directory Structure

├── package-lock.json
├── package.json
├── public
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
└── src
├── api
│ └── index.js
├── assets
│ ├── brand.png
│ ├── landing_illus.png
│ ├── pill.png
│ ├── syringe.png
│ └── syrup.png
├── components
│ ├── App.js
│ ├── Input
│ │ ├── DosageTimmingInput.js
│ │ ├── Input.js
│ │ ├── MedicineIntake.js
│ │ └── SelectInput.js
│ ├── LandingPage
│ │ ├── Home.js
│ │ ├── VitalCard.js
│ │ ├── VitalFormModal.js
│ │ └── Vitals.js
│ ├── Medicine
│ │ ├── MedicineCard.js
│ │ └── MedicineForm.js
│ ├── Misc
│ │ ├── Loader.js
│ │ └── Notification.js
│ └── SideBar
│ ├── LeftSideBar.js
│ └── RightSideBar.js
├── hooks
│ └── index.js
├── index.css
├── index.js
├── pages
│ ├── Auth.js
│ ├── LandingPage.js
│ ├── Medicine.js
│ └── index.js
├── providers
│ └── AuthProvider.js
├── styles
│ └── App.css
└── utils
└── index.js

selfhelp's People

Watchers

 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.