An open API service indexing awesome lists of open source software.

https://github.com/codersuresh/image-gallery

Image gallery made using Next.js, Tailwindcss, and Pexels API
https://github.com/codersuresh/image-gallery

axios nextjs pexels-api react tailwindcss typescript

Last synced: 3 months ago
JSON representation

Image gallery made using Next.js, Tailwindcss, and Pexels API

Awesome Lists containing this project

README

        

# NextJS Image Gallery

This is a simple image gallery built with NextJS and TailwindCSS. It uses the Pexels API to fetch images.

## Table of Contents

- [Links](#links)
- [Screenshots](#screenshots)
- [Features](#features)
- [Technologies](#technologies)
- [What I learned](#what-i-learned)

## Links

- [Live Site](https://image-gallery-codersuresh.vercel.app/)
- [Github Repo](https://github.com/codersuresh/image-gallery)

## Screenshots

![screenshot](./public/screenshot.png)

## Features

- view images
- search images
- filter images by given categories

## Technologies

- NextJS
- TailwindCSS
- Pexels API

## What I learned

- how to use NextJS
- how to use Pexels API in NextJS
- how to use NextJS Image component
- how to use NextJS Link component
- how to use NextJS Router