Building a Random Quote Generator in React
In this article, we will create a simple random quote generator using React and Tailwind. Let's get started!
✍️QuoteData Component
First, let's create a data component. We'll call it QuoteData.
This component will store an array of objects that will ...
rajsarkar.hashnode.dev3 min read