Feely Message is a fullstack Next.JS 13.4 Application. This project is part of my portfolio.
This app was created to learn and practice Next.JS App Router and Server Components.
- Next.JS 13.4.2 : The core of the application. Handles both frontend and backend requests. I've used both server components to fetch db data and api routes to learn about both.
- NextAuth : Handles the app authentication along with google auth provider. Stores users & sessions in firestore db.
- FireBase: Firestore database for my data storage with a generous free tier
- Tailwind Css: My component styles are done inline using tailwind
- Shadcn/UI: Cards, buttons, dialog components etc... Great resource with built in accessibility. These components are built on top of RadixUi primitives with minimal styling
Application is deployed to Vercel free tier.