7 Guides

next

How to Build a Book Search App in Next.js using an API?

In this guide, we will create a book search application with React and Next.js. It will fetch details of a given book using a books API from RapidAPI Hub.

How To Build A Random Color Palette Generator With An API?

Random color palettes provide inspiration if you are looking for colors for your projects. Let's build a random color palette application using an API.

How to Build an NFT Explorer App in Next.js using an API?

There are many APIs on RapidAPI Hub that make Web 3.0 more accessible. Let's use one of these APIs to build an NFT explorer application in Next.js.

How to fetch data from APIs using SWR Hooks in React?

SWR is a lightweight hooks library for data fetching. It allows you to utilize APIs in your React applications with features like built-in caching, TypeScript support, and revalidation. This guide will demonstrate how to use them.

How to Build a Hashtag Generator App in Next.js using an API?

The Hashtagy API on RapidAPI Hub provides the best performing hashtags for a given keyword. Let's build a Hashtag Generator application in Next.js using this API.

How to Build a Text Summarizer App in Next.js using an API?

Sometimes, too long text can cause information overload, and we may want to summarize it into a concise, easy-to-digest piece. Using a Text Summarization API, let's build an application around this use case in Next.js.

How to Build a Spam Checker App in Next.js using an API?

The Spam Check API on RapidAPI Hub allows us to check any text content for spam. You can use it before sending emails to make sure they dont land in the spam folder. In this guide, we will build a Spam Checker application in Next.js using this API.