The Secret Chat is just a simple chat app using Next.js, Tailwind with shadcn/ui, Twilio API and GIPHY API.
Follow below instructions if you want to run the project locally 🐒.
GITHUB_ID=
JWT_SECRET=
NEXTAUTH_URL=
GITHUB_SECRET=
TWILIO_API_KEY=
TWILIO_API_SECRET=
TWILIO_ACCOUNT_SID=
TWILIO_SERVICE_SID=
NEXT_PUBLIC_GIPHY_API_KEY=
NEXT_PUBLIC_TWILIO_CHANNEL_ADMIN=
pnpm install
pnpm dev
The project runs on localhost:3000 by default
This project is a challenge from #miduConf