16 Guides

app

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 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 an Anime Suggestion App Using Anime Recommender API?

Every anime lover wants a suggestion app to recommend animes. In this piece, let’s build an anime suggestion app using an API from RapidAPI Hub.

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.

How to build a Real Estate App using Realty API?

Realty API from RapidAPI Hub offers an extensive set of details about the real estate properties in the USA. This guide will demonstrate how to create our own Real Estate App using the API.

How To Build A Carbon Footprint App Using An API?

In this guide, we will build a Carbon Footprint App that will use an API from RapidAPI Hub to calculate the carbon footprint of travel.

How to build a Car Data app using Car Data API?

If you were a car enthusiast like me, you would have often found yourself searching for different cars, their make, model, etc. Instead of searching for a particular car, we can build an application to see all the car details. Let's do just this in this piece.

How to build a Horoscope App using Aztro API?

If you are a horoscope lover and developer, you can use an API that provides you with your daily horoscope. Since I am both, I will do just that in this piece.

How to build a Phone Number Validation App using Phone Validate API?

In this piece, I am going to show you how you can build a small phone number validation app using an API from RapidAPI Hub and Next.js.

How to build a Streaming Availability App using Next.js?

The content offered by streaming services varies from region to region. Sometimes it gets frustrating when the content you are looking for is not available at your streaming platform. Let's build an app that will show the availability of movies or TV shows across streaming services.

How to build a Joke App using JokeAPI?

In this piece, I am going to show you how you can build a joke application that will show different jokes to the user.

How to build a Public Holiday App using Public Holiday API?

In this piece, I am going to show you how you can build a public holiday application using an API from RapidAPI Hub and Next.js.

How to build a Movie Details App using Next.js and IMDb API?

Sometimes we want to get some quick details about a movie before watching it. In this piece, let’s build a small movie app to get us these details.

How to build a QR Code Generator app using Next.js and a QR Code API?

QR codes allow you to share information quickly and seamlessly. They are used everywhere, from payment portals to social apps like Snapchat and WhatsApp. Let's build an app that will generate a QR code for a given input.