/StayFit

Stay fit is a fitness website projects, developed with ReactJs and TailwindCSS

Primary LanguageJavaScript


Screenshot from 2024-05-28 08-24-19

Stay fit is a fitness website I developed using ReactJS and TailwindCSS after learning more about react hooks and fetching data from unlimited sources using rapid API. The features include Exercise search by name, pody parts, muscle groups and equipments, getting the list of exercises by categories, getting the exercises details, getting videos of the exercise searched, dark mode functionality and full mobile responsiveness.

Demo

https://stay-fit-iota.vercel.app

Installation

Step 1

Download or clone this repository using the link below

git clone https://github.com/Devemmy01/StayFit.git

Step 2

Make sure that Node.js is installed on your computer by executing the following command on the terminal

node -v

Step 3

Go to root folder and execute the following command in your terminal to install the required dependencies

npm install

Step 4

Go to root folder and execute the following command in your terminal to start the application locally on your computer

npm run dev