This project uses Firebase Firestore as a backend and Next.js for the front end. It offers full CRUD operations for essays when a user is authenticated.
https://blog-app-three-eta.vercel.app/
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.