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
- Next.js
- Cloudinary
- Shadcn UI
- Tailwind CSS
-
Clone the repository
git clone https://github.com/AbdullahKhetran/cloudinary-photos-app.git
-
Add environment variables
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME
from cloudinary dashboardNEXT_PUBLIC_UPLOAD_PRESET_ID
from media settingsCLOUDINARY_URL
from cloudinary dashboard -
Install the packages
npm i
-
Start the server
npm run dev
-
Visit localhost