/quotr

Primary LanguageJavaScript

quotr

This is a Next.js quote sharing app bootstrapped with create-next-app. The app involves MongoDB integration, logging with NextAuth using Google Provider, and simple search and profile functions in Javascript.

image

Demo is available on Vercel

image

After logging in with NextAuth using Google Provider, the user can add new quotes.

image

Users can also see their own profile page and modify already posted quotes.

The code is based on tutorial, although visually and thematically modified.