/fitbit

Clone implementation of FitBit using NextJS over TS and Tailwind

Primary LanguageTypeScript

Fitbit NexJS + Tailwind + Typescript

Tech Stack

  • NextJS (React JS)
  • Tailwind CSS
  • Typescript

DEMO 👉 https://fitbit-seven.vercel.app/

ezgif com-gif-maker (2)

Prerequisites

You will need Node.js version 8.0 or greater installed on your system.

Setup

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 🚀