How to build a Next Js Tailwind CSS Toggle | Next Js Tailwind CSS project

next-js-tailwind-css-light-dark-mode-toggle

next-js-tailwind-css-light-dark-mode-toggle Live Demo Hi, welcome here In this tutorial, we will Next Js Tailwind CSS Toggle app using Next js and TailwindCss. This is the complete tutorial on how to develop a toggle app in Next Js. The prerequisites for this project are as follows: Node.js should be installed in your system. Create a brand … Read more

How to build an image generator app in Next Js (using Dall-e-2 API and Next Js)

Next Js image generator using openai and dalle2's api

Hi, welcome here In this tutorial, we are going to build an image generator app with OpenAi’s Dall e 2 API and Next Js. The prerequisites for this project are as follows: The brand-new project should look like this: Here is your index.js file, copy the code below and paste it into index.js. Don’t forget … Read more