This is a simple React application for managing business cards. Users can add new cards, view existing cards, and delete cards.
Features Add new business cards. View existing business cards. Delete unwanted business cards. Technologies Used React.js Vite (used for creating the React app) Axios (for making HTTP requests) CSS (for styling)
Components Card Component This component is responsible for rendering individual business cards. It displays the title, description, interests, and social media buttons (LinkedIn and Twitter).
Props item: An object containing the details of the business card, including title, description, interests, linkedin, and twitter.