/FitQuest

Unleash your true potential with good fitness habits and routine wellness

Primary LanguageJavaScript

FitQuest

FitQuest solves the problem of inconsistency in fitness and wellness habits by providing users with a platform that encourages and rewards them for forming good fitness habits and staying committed to their goals. It helps users track their progress, set achievable weekly goals, and provides them with a reward system to incentivize them to stay motivated and consistent in their fitness journey. By addressing the issue of inconsistency, FitQuest aims to help users achieve long-term health and wellness benefits.

Prerequisites

Follow the instructions for local environment: The user must have Node.js and npm to run this platform. Just download Node.js from here.

Setup Instructions

Clone the repo via CLI:

git clone https://github.com/neel-ds/FitQuest.git 
cd FitQuest

Install the required packages:

npm install
yarn install   #or

In the project directory, you can run:

npm run dev
yarn dev   #or