Card-Crafter is a simple yet powerful React app that lets you create and customize your very own electronic business cards. Whether you’re a freelancer, entrepreneur, or just someone looking to share your contact details in a modern way, Card-Crafter is for you!
- Form-Based Customization: Fill out your information (name, job title, contact details, social media links, etc.) in an intuitive form.
- Instant Preview: See real-time updates as you customize your business card.
- Multiple Download Options: Download your card in PNG, JPG, or PDF formats.
- Responsive Design: Create your business card on any device, from anywhere.
- Clone the Repository:
git clone https://github.com/your-username/card-crafter.git
- Navigate to the Project Directory:
cd card-crafter
- Install Dependencies:
npm install
- Run the App:
npm start
- Open your browser and go to http://localhost:3000 to start crafting your business card.
React: For building the user interface. HTML/CSS: For layout and styling. JavaScript: For handling form logic and data processing. FileSaver.js: To facilitate downloading the business card in various formats.
You can download your customized business card in the following formats: PNG JPG PDF
Feel free to fork the repository, submit pull requests, or report any issues.