You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Socius Reddit Clone é uma implementação abrangente da plataforma Reddit, com suporte para autenticação Google, interação de postagens, gerenciamento de comunidades e personalização do usuário. Desenvolvido com Next.js, React, TypeScript e outras tecnologias modernas.
This Next.js website is a simplified clone of Coolors, offering a variety of color palettes generation. You can explore different color schemes and save your preferred colors and palettes for future reference.
This is a repository for a Full Stack Airbnb example with Next.js 13 App Router: React, Tailwindcss, Prisma, MongoDB, NextAuth. this project is for learning purposes and acknowledge of new technologies of web development
THE CONCEPTS NEXTJS 13 Before Next.js 13, the Pages Router was the main way to create routes in Next.js. It used an intuitive file-system router to map each file to a route. The Pages Router is still supported in newer versions of Next.js.