CodeWithAntonio
CodeWithAntonioâ€ĸ12mo ago

Real-time Miro Clone

Hi everyone 👋 I uploaded a 10-hour Miro clone tutorial using Convex, and some other great technologies. You can check it out here: https://www.youtube.com/watch?v=ADJKbuayubE Here are some of the features: - 🛠ī¸ Whiteboard from scratch - 🧰 Toolbar with Text, Shapes, Sticky Notes & Pencil - đŸĒ„ Layering functionality - 🎨 Coloring system - ↩ī¸ Undo & Redo functionality - ⌨ī¸ Keyboard shortcuts - 🤝 Real-time collaboration - 💾 Real-time database - 🔐 Auth, organisations and invites - ⭐ī¸ Favoriting functionality - 🌐 Next.js 14 framework - 💅 TailwindCSS & ShadcnUI styling
No description
1 Reply
trace
traceâ€ĸ12mo ago
My auth was failing and did spend a good amount of time trying to figure out where I did wrong. Turned out I made a typo on
auth.config.js
auth.config.js
by mistake I named it
auth.coofig.js
auth.coofig.js

Did you find this page helpful?