This is a web application built using the Next.js framework and the Pexels API. It uses styled-components for styling. The app allows users to search for and browse through a vast collection of photos provided by the Pexels API.
- View a list of curated photos
- Search for photos by name or topic
- Click on a photo to view it in full size.
- Pagination support for browsing through multiple pages of search results.
You need to have Node installed to run this application
Once installed, run npm install; npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
To run tests npm run test
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Vercel Documentation - host your app.