NiTriX Fitness

Select Today's Exercise Plan

Shoes

Push ups

Tips: Keep your spine straight and just go for 30 push ups. It will make your chest look dashing.

Time Required: 30 Seconds

Shoes

Squats

Tips: Keep your back straight and just go for 30 squats. Very effective for thighs and glutes.

Time Required: 30 Seconds

Shoes

Deadlift

Tips: Put suitable weight for you and do 30 Deadlifts. It will increase your strength and back size.

Time Required: 30 Seconds

Shoes

Side Plank

Tips: Wanna have six pack abs? just do side planks. It will reduce your love handles fat too.

Time Required: 30 Seconds

Shoes

Running

Tips: Run to burn your stubborn fats as fast as possible. It is the best way to burn your fats.

Time Required: 600 Seconds

Shoes

Shoulder Curl

Tips: Wanna have a wide shoulder? Do 30 Shoulder Curls. It will change your overall looks.

Time Required: 30 Seconds

Blog

Question: How does React work?

Answer: React works on the basis of JSX codes. JSX is simply syntactic sugar for creating very specific JavaScript objects. We can write both html and javascript on a single file by maintaing some conventions. React converts this codes to objects. It uses bebel compiler to do so. React basically maintains a virtual DOM which is look like the real DOM. When a change is necessary, It updates the virtual DOM and compares with the real DOM. Then, it just renders that part of real DOM in browser.

Question: What is the difference between props and state?

Answer: Difference between props and state:
PropsState
The Data is passed from one component to another.The Data is passed within the component only.
It is Immutable (cannot be modified). It is Mutable ( can be modified).
Props are read-only.State is both read and write.

Question: What are the uses of useEffect except fetching data from API?

Answer:
The uses are:
  • validating input field.
  • live filtering.
  • trigger animation on new array value.
  • Load data from local storage or session storage.

Md. Mahadi Hasan

Chittagong, Bangladesh

PointsValue
Height5'6" ft
Weight80 KG
Age25 Yrs

Add a Break

Exercise Details

Exercise Time

0 Seconds

Break Time

0 Seconds