Hello!
Recently I started creating a photo search app in React (Next.js) using Unsplash API.
A little introduction to myself
I am Mohd Ahmad, this is my first project after a todo app, my username is @zakiazfar, it is because Mohd Ahmad is a popular name, so finding a username is hard.
So, why Next.js instead of CRA
Because it is awesome and provides many features out of the box like,
- Zero Config
- Image Optimization
- Typescript
- File System Routing
- Internationalisation
- API Routes
- and many more Read Here
Here's what I got, visit the Live URL or see screenshots below.
Suggest me how can I make it better
Top comments (1)
Building a photo search app in Next.js is such a cool idea! Next.js, with its server-side rendering and fast performance, makes it a great framework for handling real-time image searches efficiently. You could integrate APIs like Unsplash, vnmodapk or Pexels to fetch high-quality images and then use filters or tags for a seamless user experience.