Skip to content

jmsundin/Quoted

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install dependencies:

cd /path/to/directory
npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

About Quoted

Quoted is a web application that allows users to post quotes and see the quotes that other users have posted.

Technology Stack

  • Frontend Framework:
    • Next.js
  • Styling:
    • TailwindCSS
  • Backend:
    • Firebase Auth using Email and Password
    • Firebase Firestore for real-time database CRUD (Create, Read, Update, Delete) operations.
    • Firebase Storage for storing photos.
    • Vercel for hosting and CI/CD (Continuous Integration / Continous Delivery)