avrulesyou / Next.js-Image-Gallery-and-Reel-Serverless-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Image Gallery and Reel Serverless Backend

This is a Mobile First Serverless webApp integrated with Firebase as Backend allowing Next.js to cater as both Frontend and Backend.

Getting Started

  1. Install the required dependencies:

    cd nextjs-image-gallery-and-reel-backend
    npm install
    
  2. Start the development server:

    npm run dev
    
  3. Open your browser and navigate to (http://localhost:3000) to access the application.

Pages

  1. Image Portrait
  • Shows Image in the Potrait
  1. Image Gallery
  • View a 3x3 grid of images.
  1. Upload
  • Upload Images/Videos
  1. Portrait Reel
  • Shows Reel inside the Potrait
  1. Reel Gallery

This page displays a gallery of images in reel format.

  • View a 3x3 grid of reel.

Technologies Used

  • Next.js: A React framework for building web applications.
  • Firebase

About


Languages

Language:JavaScript 61.3%Language:TypeScript 31.5%Language:CSS 7.2%