Skip to content

Benrobo/Vera

Repository files navigation

VERA

Multipurpose Health Care Tools

GitHub last commit (branch) GitHub contributors GitHub all releases GitHub GitHub Repo stars GitHub watchers GitHub forks

Our health application tends to provide multipurpose tools which can be used in the health factor, ranging from BMI Calculator, Disease Tracker, Disease Dictionary, Healthy Food Recipes, Top Health and Fitness News.....etc

Provided Functionalities.

  • BMI Calculator (Check your body mass index with our nice looking user interface.)

  • Coronavirus Tracker (Track recent coronavirus outbreak world wide using this tools)

  • Muscle Builder/Tracker (Get a better looking muscle)

  • Meditation (Feeling Tired, Anxious, Angry? with this tools every bad feeling are left behind)

  • Heart Rate Test (Check your target heart rate using our algorithm)

  • Health News (Get all kind of news related to health and Fitness)

  • Food Recipes (View all nutrition food recipes.)

Tech stack used

Frontend Backend Web Scraping
html, css, javascript Nodejs, Expressjs Cheerio, Puppeteer

Running Locally

To run this project locally, make sure you have

nodejs
installed with latest version.

1. 🎉 Clone this repo into your local directory


    git clone https://github.com/benrobo/health-tools

2. 🎉 Open the project up with any texteditor of choice


    C:\Users\HP\Documents\Health Tools> code .

3. 🎉 Install necessary dependencies


    npm install

4. 🎉 Run the server locally


    npm run dev

5. 🎉 Your ready to go


    Start experimenting

Contributor