Rishi Purwar

  https://www.frontendpro.dev/ 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!

     



6 Stories by Rishi Purwar

3 ways to implement a typing animation in React

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

Using React Webcam to capture and display images

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

Using React with Appwrite to set up user authentication

User authentication is an essential part of any web application, and setting it up can be a daunting task for many developers. However, with...
0 14 min read

A guide to adding gradients with Tailwind CSS

Gradients are a great way to inject vibrancy into your websites. We can add gradients to any element, including text, borders, cards, inputs, and...
0 18 min read

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

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

Recursive components in React: A real-world example

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