An open API service indexing awesome lists of open source software.

https://github.com/jane-does-coding/know-what-to-do


https://github.com/jane-does-coding/know-what-to-do

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Know What To Do

images

Obesety is a growing problem now, and many people hesitate to start working out because they dont know what muscles to workout and what exersices do. So this website helps to find you what to do and keep you aware with knowlege like BMI, BMR, Body fat and Lean body Mass, which you can calculate on that site.

## Technologies used

[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,nextjs,react,github)](https://skillicons.dev)

## Demo

[KnowWhatToDo - Live Demo](https://know-what-to-do.vercel.app/)

## Functionality

- View Muscle Names
- View Muscles Positions & Body Models
- View list of Exercises for each muscle
- Calculate BMI
- Calculate BMR
- Calculate Body Fat
- Calculate Lean Body Mass

## Run Locally

Clone the project

```bash
git clone https://github.com/jane-does-coding/know-what-to-do
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm i
```

Start the server

```bash
npm run dev
```