Image Gallery built with Next.js, Pexels API and Chakra UI.
Next Image Gallery is a project built with Next.js using the Pexels API and Chakra UI. It provides a user-friendly image gallery that can be easily deployed with Vercel. This Next.js project can be customized and modified according to the user’s needs.
pages/index.js fileTo install and run the Next Image Gallery project, follow these steps:
.env.example in the project directory to .env.local..env.local file and add the API key obtained from Pexels API as the value for the API_KEY variable.npm install
npm run dev
Open your browser and visit http://localhost:3000 to see the image gallery.
You can now customize the gallery by modifying the pages/index.js file. Any changes made to the file will automatically update the gallery.
Next Image Gallery is a Next.js project that provides a user-friendly image gallery with features such as live updating, Pexels API integration, and customizable UI using Chakra UI v1. It can be easily installed and deployed with Vercel, making it a convenient solution for showcasing images in a professional and visually appealing way.