This is a digital business card created using React to test and improve newly learned skills.🤓 The card includes interactive elements such as email and LinkedIn buttons, a GitHub icon, and styled components to present contact details, a profile image, and some personal information. The project also demonstrates flexibility in customizing layout and responsive design with CSS. 👨💻
- Profile Information: Displays name, title, and a short "About Me" section.
- Contact Buttons: Functional buttons for email and LinkedIn.
- GitHub Icon: Clickable GitHub icon at the bottom.
- Responsive Design: Layout adjusts to different screen sizes.
- Styled Components: The application uses CSS for styling, including flexbox for positioning.
- React: For building the user interface.
- CSS: For styling the components and layout.
- Font Awesome Icons: For the GitHub icon (if you choose to use an icon library).
- Flexbox: For creating a responsive and clean layout.