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