Skip to content

heem42/task-tracker

Repository files navigation

This is a Todo web-based application built using following technologies

  • NextJS
  • Google Firebase
  • tRPC

Steps to run locally

First, run the development server:

npm run dev

Create .env.local file and fill the following environment variables with your data

NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=

Open http://localhost:3000 with your browser to see the result.