Skip to content

LaThinh/la-photo

Repository files navigation

Getting Started La Photo

image

Search Photos. Web App use Nextjs 15, TailwindCSS, Pixabay API, Pexels API

image

image

image

image

image

Link Demo: https://photo.laquocthinh.com/

Google Speed

Link Result: https://pagespeed.web.dev/analysis/https-photo-laquocthinh-com/oostgt4j5m?form_factor=mobile

Mobile

image

Desktop

image

First, run the development server:

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

.env example:
PEXELS_API_KEY=xxx
PIXABAY_API_KEY=xxx

Get API Key in here: https://www.pexels.com/api/ https://pixabay.com/service/about/api/

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

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

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.