Rishi Purwar I'm an enthusiastic full-stack Web developer from India who has been building side projects for quite some time now. You can check out all my projects at github.com/rishipurwar1 to learn more about what I do!

Stories by Rishi Purwar

A Guide To Adding Gradient With Tailwind CSS

A guide to adding gradients with Tailwind CSS

Dev

Use Tailwind CSS to create beautiful background, text, border, and underline gradients, as well as animate gradients.

Rishi Purwar
Dec 27, 2023 ⋅ 19 min read
Three Ways To Implement A Typing Animation In React

3 ways to implement a typing animation in React

Dev

Learn to add a typing animation effect in React using React Hooks and functions or by leveraging dedicated animation libraries.

Rishi Purwar
Jun 28, 2023 ⋅ 7 min read
Using React Webcam To Capture And Display Images

Using React Webcam to capture and display images

Dev

The React Webcam package makes it easy for developers to capture and display images in React applications.

Rishi Purwar
Apr 19, 2023 ⋅ 6 min read
Using React With Appwrite To Set Up User Authentication

Using React with Appwrite to set up user authentication

Dev

User authentication is an essential part of any web application, and setting it up can be a daunting task for […]

Rishi Purwar
Mar 6, 2023 ⋅ 14 min read

Matching elements in CSS with :nth-child and other selectors

Dev

Explore how :nth-child and its related selectors allow us to target and style specific elements in an HTML document.

Rishi Purwar
Feb 28, 2023 ⋅ 7 min read
Recursive Components in React: A Real-World Example

Recursive components in React: A real-world example

Dev

In this article, we will explore the details of recursive components in React and their usage in a real-world application

Rishi Purwar
Nov 8, 2022 ⋅ 9 min read