This is a project created using React with the purpose of generating personalized QR Codes. The application allows the user to inform their name, LinkedIn, and GitHub, and generates a QR Code with this information.
To use this application, follow the steps below:
- Clone the repository on your local machine.
- Install the necessary dependencies using the command npm install.
- Start the application using the command npm start.
- Open the application in your browser by accessing http://localhost:3000.
- Fill in the fields with your name, LinkedIn, and GitHub.
- Click on "Generate QR Code".
- The QR Code will be generated and displayed on the screen.
The application has the following features:
- Personalized QR Code generation with user information.
- Access to the user's LinkedIn profile by clicking a button.
- Display of the user's name and GitHub.
There is an API that can be used to retrieve all entries in the solution. The endpoint for this API is /api/entries. Please ensure that the API is running correctly before attempting to use it.
- React
- React Router DOM
- Query String
- QR Code Generator
To contribute to this project, follow the steps below:
- Fork this repository.
- Create a branch for your feature: git checkout -b my-feature.
- Make the necessary changes.
- Commit your changes: git commit -m 'feat: My new feature'.
- Push to your branch: git push origin my-feature.
- Open a pull request on the original repository.