From 9a55ee804bbdce43635c4a5855cb2b2f347de2ee Mon Sep 17 00:00:00 2001 From: Rahul Baskey <86495244+RahulBRB@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:19:44 +0530 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af9c4b0 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# ID-Card-Generator + +This repository contains a simple and elegant web-based ID card maker. Users can input their information, including name, job title, location, and a brief "About Me" section (limited to 200 characters). They can also provide a URL for their profile image. The application generates an ID card with a realistic design, featuring rounded corners, shadows, and customizable user details. It serves as a template for creating professional-looking ID cards for various purposes, such as work, events, or personal use. + +**Key Features:** +- Name, job title, location, and "About Me" input fields. +- Profile image URL support. +- JavaScript functionality for generating the ID card. +- Character limit for the "About Me" section. + +**Contributions:** +Contributions and improvements to the project are welcome. Please follow the standard GitHub Fork and Pull Request workflow for making contributions. + +**License:** +This project is open-source and available under the MIT License.