DEV Community

Cover image for Photo search app in Next JS
Mohd Ahmad
Mohd Ahmad

Posted on

Photo search app in Next JS

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

GitHub logo MohdAhmad1 / photon

This is a photo search app made by next js and Unsplash API

Home Page

Photon home page
Photon home page

Home Page Dark

Photon home page dark mode

Category Page

Photon category page

Search Page

Photon search page

Top comments (0)