This is a simple React project that creates a digital business card for an individual. The card includes sections for personal information, about section, and information on the individual's interests. The design also includes a footer with social media icons.
Each section is made into a seperat component.
The project has support for both dark and light themes, which automatically switch based on the system/browser's appearance settings.
- Personal information section with a photo, name, title and buttons for email and LinkedIn.
- About section with a title and intro text.
- Interests section with a title and text describing the individual's interests.
- Footer with social media icons.
- Support for both dark and light themes that automatically switch based on system/browser settings.
- Clone the repository
git clone https://github.com/iamtahirk/Digital-Business-Card.git
- Install the dependencies
npm install
- Start the development server
npm run dev
- Modify the code as per your requirement & build.
npm run build