/photo-stash

Download free 4K stock photos from Pexels

Primary LanguageJavaScriptMIT LicenseMIT

photo-stash

Side project made with Next JS 13. Used only frontend technologies and zero backend. For storing liked photos, browser's window.localStorage was used. Live link of working app is deployed and hosted at Vercel.

This project reaches performance A grade in GTMetrix performance tracking website.

Screenshot of GTMetrix performance scores for Photo Stash

You can clone this repo and run standart npm commands to start developing at local environment:

npm install

npm run dev