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.
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.
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.
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.
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.
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.