next-image-gallery

Learn to make image gallery with Next.js & Chakra UI

Stars
6

NextJS Image Gallery

Getting Started

  1. Create file .env.local and get your apiKey for pexels
  2. Install all dependencies:
npm install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev

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

Learn More