Skip to content

AbdullahKhetran/cloudinary-photos-app

Repository files navigation

This project is an attempt at building a Photo Album app as specified in this hackathon challange

This tutorial by Web Dev Cody has been followed

App is deployed using Vercel

Technologies Used

  • Next.js
  • Cloudinary
  • Shadcn UI
  • Tailwind CSS

Running Locally

  1. Clone the repository

    git clone https://github.com/AbdullahKhetran/cloudinary-photos-app.git
    
  2. Add environment variables

    NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME from cloudinary dashboard

    NEXT_PUBLIC_UPLOAD_PRESET_ID from media settings

    CLOUDINARY_URL from cloudinary dashboard

  3. Install the packages

    npm i
    
  4. Start the server

    npm run dev
    
  5. Visit localhost

About

A Photo Album app built with Next.js, Cloudinary and Shadcn

Resources

Stars

Watchers

Forks