Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.49 KB

Card-Crafter

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!

Features

  • 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.

How to Use

  1. Clone the Repository:
    git clone https://github.com/your-username/card-crafter.git
    
  2. Navigate to the Project Directory:
    cd card-crafter
    
  3. Install Dependencies:
    npm install
    
  4. Run the App:
    npm start
    
  5. Open your browser and go to http://localhost:3000 to start crafting your business card.

Technologies Used

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.

Download Options

You can download your customized business card in the following formats: PNG JPG PDF

Contributing

Feel free to fork the repository, submit pull requests, or report any issues.