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