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

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

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

![Pricing Page](misc/pricing.png)

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