2. constructor() {
3. this.name = "Vrinda Mahajan" ;
4. this.traits = ["FRONTEND", "DEV"] ;
5. this.age = new Date().getFullYear() - 2002 ;
6. }
7. }
About me

Hi, I am Vrinda Mahajan, a passionate FrontEnd Developer from City of Temples Jammu, India currently studying in my final year. I am very much passionate about Web Technologies and proficient in React, CSS & JavaScript.
I enjoy the challenges of creating something new from scratch that helps me to build my fundamentals strong. Currently looking forward to gain some real world experience through internships and Open Source.
My Skillsets
My Projects
FLORA SHOP

FloraShop is an eCommerce website built for plant lovers. This shop is the one-stop solution for any kind of plant for your beautiful garden.
Core features include Cart and wishlist management, and filter functionality.
FLORA TALK

Flora Talk is a social media project using React, Redux Toolkit for state management, and Chakra UI for CSS.
Core features include creating posts, posting feeds, Following/Unfollowing Users, Like posts, and updating user’s Profile.
FLORA UI

Flora UI is an open-source component library build to make the website UI faster. It helps you to quickly build your project, by focusing much on functionality.
It has 15 reusable components with different variations, and I am using this library in my other projects.
FLORA FACTORY

FloraFactory is a video library web app built using react where you will find videos related to gardening.
Core features include browsing multiple videos, liking them, adding them to watch later, creating playlists, and can also view history.
FLORA TALK

FloraQuiz is a quiz app bulid to test your knowledge about the greens.
This website is built on react, react router, CSS, firebase and has used Flora UI components.
FLASHTYPE

Flashtype is a typing app bulid to test your typing speed, correctness.
This website is built on react, simple CSS animations.
My Blogs
What is Temporal Dead Zone?
2 min read
Hey👋, if you are facing issues in understanding the temporal dead zone concept in javascript, then you have come to the right place. In this article, I am going to start by explaining to you the term hoisting and how it is related to the temporal dead zone.
What is Cryptocurrency?
2 min read
In this blog, I am going to explain an immensely used application of Blockchain Technology that is in cryptocurrency, and in order to understand cryptocurrency, we will look at the current money system. The present money system is based on the concept of Fiat Money. Fiat Money is the currency or the money issued by the government of a country.
How does the Internet Work?
2 min read
The Internet is a thing that we use every single day and we completely take it for granted. It is really important that we understand how the internet actually works as it is fundamental in understanding web development. The Internet simply is a long piece of wire that connects different computers with each other to communicate and share data through this giant wire.