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.
https://stay-fit-iota.vercel.app
Download or clone this repository using the link below
git clone https://github.com/Devemmy01/StayFit.git
Make sure that Node.js is installed on your computer by executing the following command on the terminal
node -v
Go to root folder and execute the following command in your terminal to install the required dependencies
npm install
Go to root folder and execute the following command in your terminal to start the application locally on your computer
npm run dev