How I build Register and Login page using Supabase
I this article I have laid down the process of building register and login page using Supabase.
I this article I have laid down the process of building register and login page using Supabase.
We are going to learn about using the environment variable in the NextJS application. If you love dotenv we will implement that too.
Functions are a crucial part of any Programming language. Today, we are going to learn about the Named, Anonymous, and Arrow function of JavaScript.
Tuya’s Basic API to send an email. We will to verify the code and notify the user about the verification.
Originally published at daily.dev Introduction React is one of the popular JavaScript frameworks available in the community. React is very powerful, and you can develop a variety of web- apps using react. So today, I am going to list 5 projects that you can make using the react framework. 1. COVID-19 Info App You can create […]
Introduction In this hectic world when we want to do a lot of things but we have only 24 hours a day, it becomes crucial to maximize productivity and manage time efficiently. via GIPHY It’s hard to manage time on your own completely and it is not a trivial thing to do. But using a […]
Introduction Building any project from scratch is painful as it takes a lot of time, causes frustration and we spent a lot of time on positioning components than improving functionality. It is also a waste of time as we write code that is already written and available to you. The solution to all such problems […]
The position property of CSS controls the positioning of elements on the webpage and their behavior. It also influences other elements of the webpage.
Introduction Today, there are a lot of devices from where a user can access the web page. As the device changes their screen sizes, resolution and all. So it becomes necessary to optimize your website to look great on all device screen. Responsiveness of your website is very very important today. So I am going […]
Build a Virtual Reality(VR) Website with the use of Aframe. The library is powerful for creating an interacting 3D environment. A beginners guide to Aframe.