https://github.com/kennethchilds/pricing
an example pricing page
https://github.com/kennethchilds/pricing
Last synced: over 1 year ago
JSON representation
an example pricing page
- Host: GitHub
- URL: https://github.com/kennethchilds/pricing
- Owner: KennethChilds
- Created: 2024-04-15T16:51:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T13:52:34.000Z (over 2 years ago)
- Last Synced: 2025-04-11T05:57:39.728Z (over 1 year ago)
- Language: TypeScript
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pricing
This is reference for pricing page, similar to those found within SaaS' using the T3 stack.
This pricing page originates from [SecureEDU](https://www.secureedu.ai), my teams entry into the Conrad Challenge.
## Screenshot

## Install
Initialize directory with the T3 Stack
```shell
npm create t3-app@latest
```
Select the technologies you want to use. This pricing page uses tailwind.
Copy ```index.tsx``` file from repo
Install dependencies
```shell
npm -i -D daisyui@latest
npm install @heroicons/react
```
## Configuration
Edit the code to fit your pricing needs!
This project uses [Tailwind CSS](https://tailwindcss.com) for styling
as well as NextJS