Tag:react
All the articles or projects with the tag "react".
Creating a Stylish Loader Component with Framer Motion
Posted on:November 27, 2023 at 12:17 PMIn this tutorial, we’ll walk through the code for a stylish loader component using React and Framer Motion. This loader is designed to provide a visually appealing loading animation for your web applications
Easily Build a Modern Job Listing Website with React, Vite, and Tailwind CSS
Posted on:August 2, 2023 at 12:00 PMCreating a modern, efficient and effective job listing website requires the use of up-to-date technology, such as React, Vite, and Tailwind CSS. In this article, we will guide you through setting up the development environment and creating a job listing website using these technologies.
How to build a calculator app using React Native A Step-by-Step Tutorial
Posted on:June 10, 2023 at 12:00 PMThe calculator application is a simple application that is always available on every device such as android, ios, and desktops. In this article we will build a calculator application using React Native and Expo, why do we use React Native and Expo?