React to Pdf Printing project is an application that provides output by converting data entries prepared with React.js to pdf format. QR Code Application gives output by converting web links entered by the user into QR code.
- The application is designed as a Single Page.
- Data are entered through codes. However, it can also be designed to allow user input.
- The project was prepared with React.js.
- React Bootstrap and Bootstrap are used for style operations. 'npm install react-bootstrap bootstrap'
- React-to-print is used for formatting printing operations. 'npm install --save react-to-print'
- The application can work responsively on mobile and desktop platforms.
- It is designed using Javascript.
- There is an input field that provides data entry by the user.
- The link entered in this field is converted to QR code format by generating by pressing the button.
- You can now share your link as a QR. With the PDF printing application in the folder, you can provide output to the area you want.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Following is an example of how you can instruct your audience to install and set up your app. This template is not based on any external dependencies or services.
-
Clone the repo
git clone https://github.com/enes9103/React_Restaurant_ui_ux_Design
-
Install NPM packages
npm install
-
The project is ready, you can start using it immediately. You can run:
start npm -
Runs the application in development mode.
Open http://localhost:3000 to view in the browser.
Contributions are what make the open source community a great place to learn, inspire and build. Your contributions are highly appreciated.
If you have a suggestion to make this better, please fork the repo and create a pull request. You can also open an issue with the "development" tag. Don't forget to give stars to the project! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Make Your Changes (`git commit -m 'Add some AmazingFeature'')
- Branch to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Project Link: https://github.com/enes9103

