Built with the Next.js App Router, TypeScript, Tailwind and Firebase
ā [Preview] [https://task-planner-pro.vercel.app/]
Following steps are required to run the application:
Open Terminal
Clone Task Planner Pro Repository
git clone https://github.com/iamsomraj/task-planner.git
Go to Root Directory of task-planner
Setup Environment Variables
To run this project, you will need to add the following environment variables to your .env file ( .env.example
)
NEXT_PUBLIC_FIREBASE_API_KEY
: api-keyNEXT_PUBLIC_FIREBASE_AUTH_DOMAIN
: auth-domainNEXT_PUBLIC_FIREBASE_PROJECT_ID
: project-idNEXT_PUBLIC_FIREBASE_STORAGE_BUCKET
: storage-bucketNEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID
: sender-idNEXT_PUBLIC_FIREBASE_APP_ID
: app-idCreate these environment variables, save them in root folder. File name can be .env.local
.
npm run dev
App:
Language Used:
If you have any feedback or you want to give me some tips related to development or even documentation, please reach out to me at iamsomraj@gmail.com.