Skip to content

πŸŽ‰ Welcome to the QR Code Generator project! πŸŽ‰ This powerful πŸ’ͺ tool lets you generate QR codes πŸ“± easily using ReactJS βš›οΈ. With just a few clicks πŸ–±οΈ, you can create QR codes πŸ“² that can store URLs 🌐, contact information πŸ“‡, and more!

Notifications You must be signed in to change notification settings

nidhiupman568/QRCode-Generator-Using-React.JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–ΌοΈ QR Code Generator Project Using React.JSπŸ–ΌοΈ

πŸŽ‰ Welcome to the QR Code Generator project! πŸŽ‰ This powerful πŸ’ͺ tool lets you generate QR codes πŸ“± easily using ReactJS βš›οΈ. With just a few clicks πŸ–±οΈ, you can create QR codes πŸ“² that can store URLs 🌐, contact information πŸ“‡, and more!

πŸ“‹ Description

The QR Code Generator πŸ–ΌοΈ is an intuitive and user-friendly πŸ§‘β€πŸ’» application built πŸ”¨ using ReactJS βš›οΈ. It allows users πŸ‘₯ to input text πŸ”€ and instantly generate a QR code πŸ“±. The application supports various QR code styles and can be customized to suit your needs 🎨. Perfect for sharing links πŸ”—, business information πŸ“ˆ, and more!

πŸ› οΈ Built With

  • ReactJS βš›οΈ: For building the application’s core logic 🧠 and user interface 🎨.
  • CSS 🎨: For styling the application and making it visually appealing πŸ‘€.
  • JavaScript ES6 πŸ’»: For handling the QR code generation and application logic πŸ”„.

πŸš€ How to Use

  1. Clone πŸ–₯️ the repository πŸ“:

    git clone https://github.com/nidhiupman568/QRCode-Generator-Using-React.JS.git
  2. Navigate πŸšΆβ€β™‚οΈ to the project folder πŸ“‚:

    cd qr-code-generator
  3. Install πŸ“₯ the necessary dependencies πŸ› οΈ:

    npm install
  4. Start πŸš€ the application:

    npm start
  5. Open πŸ”“ your web browser 🌐 and go to:

    http://localhost:3000/
    

πŸ“Έ Screenshots (Output)

Check out this screenshot πŸ–ΌοΈ of the QR Code Generator in action πŸŽ‰:

scanner2

scanner1

πŸ“ Project Structure

πŸ“ The project is structured as follows:

  • App.js πŸ–₯️: Contains the main logic 🎯 and rendering πŸ”„ of the QR code generator πŸ–ΌοΈ.
  • QRCode.js πŸ“‘: Handles the QR code generation functionality πŸ› οΈ.
  • App.css 🎨: Includes styling πŸ’… to make the application look good πŸ‘€.
  • components πŸ“¦: Contains reusable components like QRCode and InputForm πŸ› οΈ.

πŸ› οΈ Example Code

  • App.js πŸ–₯️: Implements the core logic πŸ”„ and UI πŸ–ΌοΈ components.
  • QRCode.js πŸ“‘: Manages QR code generation πŸ› οΈ and rendering πŸ“Έ.
  • App.css 🎨: Styles the application πŸ’…, including colors 🎨 and layout πŸ“.

πŸš€ Steps to Create the Application

  1. Create a React application by running the following command πŸ’»:

    npx create-react-app qr-code-generator
  2. Navigate to the project folder πŸ“‚:

    cd qr-code-generator
  3. Create the components πŸ“¦ inside the src directory and start coding πŸ–₯️.

  4. Install dependencies πŸ“₯ by running:

    npm install react-qrcode-logo
  5. Write the code πŸ“ in respective files:

    • App.js πŸ–₯️: Implement the main logic and UI πŸ–ΌοΈ.
    • QRCode.js πŸ“‘: Handle QR code generation πŸ› οΈ.
    • App.css 🎨: Style the application πŸ’….

πŸ“¦ Dependencies

The dependencies in package.json will look like this:

"dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "react-qrcode-logo": "^1.0.1",
    "web-vitals": "^2.1.4"
}

πŸš€ Steps to Run Application

  1. Run the application using the following command πŸ’» from the root directory of the project:

    npm start
  2. Open πŸ”“ your browser 🌐 and navigate to:

    http://localhost:3000/
    

Enjoy using the QR Code Generator! πŸŽ‰ Feel free to share your feedback πŸ’¬ or contribute to the project by making a pull request πŸš€. Happy QR coding! πŸ“²

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

πŸŽ‰ Welcome to the QR Code Generator project! πŸŽ‰ This powerful πŸ’ͺ tool lets you generate QR codes πŸ“± easily using ReactJS βš›οΈ. With just a few clicks πŸ–±οΈ, you can create QR codes πŸ“² that can store URLs 🌐, contact information πŸ“‡, and more!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published