This is a simple web application that generates rent and wifi receipts. The app is built with React.js and leverages the react-router for routing, react-to-print for generating PDFs, and Bootstrap for styling.
- Sample rent and wifi receipts download
- Form to input rent and wifi details
- Preview of the receipt before generation
- PDF generation of the receipt
https://receipts-generator-niteshpk.vercel.app/
- Node.js (v14.17.0 or higher)
- npm (v7.19.1 or higher)
To get started with this project, follow these steps:
-
Clone the repository
git clone https://github.com/niteshpk/receipts-generator.git
-
Change into the directory
cd receipts-generator
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open the development site
http://localhost:5173/
- React - JavaScript library for building user interfaces
- Bootstrap - CSS framework for responsive web design
- React Router DOM - Managing the routing of the application.
- React To Print - Facilitate the printing and exporting of the receipts.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.