Would you like to have a new feature? Please describe.
Currently data in card component of about section is manually filled.
Following changes made
A new data.js file created containing a array of objects with each object having data for each card.
A new Card.jsx file created which gets props from cards.jsx . It creates a instance of a card component.
cards.jsx now has a new variable cards which maps through the data array imported from data.js and gets each object one by one. And then it renders card component with key being id of object of data.
How would this feature be beneficial for the project
Dynamic rendering of card component
No need to manually code a new component. Just fill data in data.js file to get more cards
Would you like to have a new feature? Please describe.
Currently data in card component of about section is manually filled.
Following changes made
How would this feature be beneficial for the project
Additional context
No response