https://github.com/hombre2014/invoice-app
Build an Invoice App with Next.js 15 and Colby Fayock
https://github.com/hombre2014/invoice-app
Last synced: about 2 months ago
JSON representation
Build an Invoice App with Next.js 15 and Colby Fayock
- Host: GitHub
- URL: https://github.com/hombre2014/invoice-app
- Owner: Hombre2014
- License: mit
- Created: 2024-10-11T17:15:48.000Z (7 months ago)
- Default Branch: dev
- Last Pushed: 2024-11-09T18:56:56.000Z (6 months ago)
- Last Synced: 2025-02-05T02:38:48.430Z (3 months ago)
- Language: TypeScript
- Size: 645 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Invoicepedia
> An invoice app - created, update and send invoices to your customers.
## Built With
- Major languages: TypeScript
- Framework: Next.js
- Database: Xata.io
- Tools used: Clerk, Resend, React-email-template, Stripe
- Styling: TailwindCSS, shadcn/ui## Screenshots

## Live Link
You can view the current deployment by clicking the link bellow:
[Live site](https://invoicepedia.vercel.app/)
## Deployment
Deploy your project with [Vercel](https://vercel.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone the project to your local machine using `git clone https://github.com/Hombre2014/invoice-app.git`
- `cd invoice-app` into the project directory
- Run `npm install` to install the necessary packages
- have a look at the `.env.example` file and create a `.env.local` file with the necessary environment variables
- Run `npm run dev` to start the development server
- Open your browser and go to `http://localhost:3000/`## Author
👤 **Yuriy Chamkoriyski**
- GitHub: [@Hombre2014](https://github.com/Hombre2014)
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
- LinkedIn: [axebit](https://linkedin.com/in/axebit)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Hombre2014/carepulse/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Thanks to Colby Fayock for the inspirational [video](https://www.youtube.com/watch?v=Mcw8Mp8PYUE).
## 📝 License
This project is [MIT](./license.md) licensed.