APIs are a fundamental part of the web, and there are countless APIs providing access to all kinds of data for web applications. This guide will cover some interesting Web projects for your portfolio that use APIs, and every project includes a demo and a how-to guide.
Build a full-stack project using React, Next.js, and Rapid's API Hub. This tutorial covers advanced concepts to create dynamic web pages and powerful backends.
Building AI apps can be easy if you know where to start. In this guide, we will build an AI wallpaper generator from scratch using RapidAPI Client, Hub, and OpenAI.
You often have to write essays, articles, and reports. Whether you are a student or a professional, it is a good idea to check your pieces via some application. So today, we will build a grammar checker app that will check our content for grammar errors.
When you are developing an application, you have to implement user authentication. Instead of creating all the data yourself, you can build a small app that can generate fake user data. So let's do just this in this article.
There are several planets in the known universe. In this piece, let’s build a small app that will show us different information related to a searched planet.
APIs are a fundamental part of the web, and there are countless APIs providing access to all kinds of data for web applications. This guide will cover some interesting web projects for your portfolio that use APIs, and every project includes a demo and a how-to guide.
There are different letter cases like the camel case, pascal case, kebab case, etc. In this piece, let’s build an app to convert text into different cases.
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.
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.
We would love to have an app to provide us with news about a specific topic. In this piece, let’s build a custom news app using an API from RapidAPI Hub.
APIs are a fundamental part of the web, and there are countless APIs providing access to all kinds of data for web applications. This guide will cover some interesting Web projects for your portfolio that use APIs, and every project includes a demo and a how-to guide.
Keywords and topics are required to rank your article on Google. In this piece, let's build a small app that will suggest topics and keywords for our article.
There are a lot of APIs on RapidAPI Hub that provide lyrics to the tracks you are looking for. You can use them for a fun personal project or a music application. This guide will demonstrate how to build a Next.js application using one of these APIs.
You often find yourself on a search engine if you are not a native English and want to understand how you can use a word in a sentence. In this piece, let's build an app that will show us how to use a certain word.
Screenshot APIs from RapidAPI Hub allow you to take automated, high quality and full page screenshots of a target website. This guide will demonstrate how to create our own Screenshot App using an API.
If you are from India, you would want to know all the post offices around you if you want to visit one. In this piece, we will build a small web application for this using an API from RapidAPI Hub.