https://github.com/ad956/project_peedify
Peedify is an app designed to streamline the process of converting bills to PDF format.
https://github.com/ad956/project_peedify
bill2pdf bills expo pdf react-native
Last synced: 23 days ago
JSON representation
Peedify is an app designed to streamline the process of converting bills to PDF format.
- Host: GitHub
- URL: https://github.com/ad956/project_peedify
- Owner: ad956
- Created: 2023-12-29T11:47:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T08:07:09.000Z (8 months ago)
- Last Synced: 2025-02-23T23:53:25.966Z (8 months ago)
- Topics: bill2pdf, bills, expo, pdf, react-native
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Peedify πβ¨
**Peedify** is an **Expo** app designed to streamline the process of creating and converting bills to PDF format. The app allows users to create custom bill templates, input their details manually, and quickly generate reusable PDFs. π§Ύβ‘οΈπ
## Features π οΈ
- **Bill Template Creation**: Create custom bill templates that can be reused with different details. πβ‘οΈπ
- **Manual Detail Entry**: Enter bill details manually to personalize each bill. βοΈ
- **Bill to PDF Conversion**: Convert the customized bills to PDF files with a few taps. πβ‘οΈπ
- **Intuitive Interface**: User-friendly design for a smooth experience. π€©
- **Swift and Efficient**: Get your PDFs quickly without hassle. β‘
- **Organize Your Documents**: Keep your bills organized in a digital format. ποΈ## Getting Started π
To get started with Peedify, follow these simple steps:
### 1. **Download and Install Peedify π²**
π₯ Download the app from [here](https://google.co.in).
### 2. **Login or Sign Up ποΈ**
Create an account or log in to your existing Peedify account. π
### 3. **Create a Bill Template π**
Use the app to create a custom bill template, which can be reused with different details. π§Ύ
### 4. **Enter Bill Details βοΈ**
Manually enter the specific details for the bill youβre generating (such as amount, date, and description). βοΈ
### 5. **Convert to PDF π**
Once your bill details are entered, convert the bill to PDF with just a few taps. ππ
### 6. **View and Share π€**
Access your PDF bills in the app and share them easily. βοΈ
---
## Running the App Locally π₯οΈ
To run Peedify locally on your machine, follow these steps:
### 1. **Clone the Repository** π
```bash
git clone https://github.com/ad956/project_peedify.git
cd project_peedify
```### 2. **Install Dependencies** βοΈ
Make sure you have **Node.js** installed, then run the following to install dependencies:
```bash
npm install
```### 3. **Start the App** βΆοΈ
Run the Expo development server:
```bash
npm start
```This will open the Expo DevTools in your browser, and you can either run the app in the **Expo Go** app or use an Android/iOS simulator. π±π»
---
## Happy billing with Peedify! ππΈ
---
### Notes π:
- If you have **Expo CLI** installed locally, you can use the following to start the project:
```bash
expo start
```