FitChain - a decentralized fitness application that makes it easy to set weekly goals and track your progress, all while providing an incentivizing feature to help you unlock your full potential.
Every user must have Metamask wallet to receive the exclusive NFTs. Checkout how to create Metamask wallet from here.
Follow the instructions for local environment: The user must have Node.js and npm to run this platform. Just download Node.js from here.
Clone the repo via CLI:
git clone https://github.com/neel-ds/fitChain
cd fitChain
Install the required packages:
npm install
yarn install #or
In the project directory, you can run:
npm run dev
yarn dev #or
- Open http://localhost:3000 to view it in the browser.