- Notifications
You must be signed in to change notification settings - Fork0
QRMagic is a user-friendly application designed to simplify the process of creating and managing QR codes. Whether you're generating a QR code for a website, sharing text, or managing QR code history, QRMagic offers a seamless and customizable experience. Built using cutting-edge technologies like Next.js for fast and responsive performance
License
KingTroy125/Project-qrmagic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
QRMagic is a versatile application for generating and managing QR codes efficiently. Built withNext.js and styled usingTailwind CSS, it provides a seamless user experience for creating customized QR codes with ease.
- QR Code Generation: Create QR codes for URLs, text, and other data types.
- Customization Options: Personalize the appearance of your QR codes with various styling choices.
- History Management: Keep track of previously generated QR codes for easy access.
- Responsive Design: Enjoy a user-friendly interface across all devices.
To run this project locally, follow these steps:
Clone the repository:
git clone https://github.com/KingTroy125/Project-qrmagic.gitcd Project-qrmagic
Install dependencies:
npm install
Run the development server:
npm run dev
Open in browser:Navigate tohttp://localhost:3000 to view the application.
To build the project for production:
npm run build
Then, start the production server:
npm start
To deploy this project, follow the guidelines in theNext.js Deployment Documentation.
- Next.js: React framework for server-side rendering and static site generation.
- Tailwind CSS: Utility-first CSS framework for styling.
This project is licensed under the MIT License. See theLICENSE file for more information.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
For any questions or suggestions, feel free to reach out:
- GitHub:KingTroy125
About
QRMagic is a user-friendly application designed to simplify the process of creating and managing QR codes. Whether you're generating a QR code for a website, sharing text, or managing QR code history, QRMagic offers a seamless and customizable experience. Built using cutting-edge technologies like Next.js for fast and responsive performance