An open API service indexing awesome lists of open source software.

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.

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
```