- NextJS (React JS)
- Tailwind CSS
- Typescript
DEMO 👉 https://fitbit-seven.vercel.app/
You will need Node.js version 8.0 or greater installed on your system.
Get the code by either cloning this repository using git
git clone https://github.com/pranikz/fitbit.git
... or downloading source code code as a zip archive.
Once downloaded, open the terminal in the project directory, and install dependencies with:
npm i
Then start the example app with:
npm run dev
The app should now be up and running at http://localhost:3000 🚀