August 11, 2023

Generates ticket for a project subscription, with Next.js, Tailwind CSS, Upstash and Puppeteer

Lucid Airways Ticket ✈️

Author Languages Stars

Go check it out 🎉


:pushpin: Table of Contents

:construction_worker: Running Locally

$ git clone https://github.com/LauraBeatris/lucid-airways-ticket.git
$ cd lucid-airways-ticket
$ cp .env.local.example .env.local
$ cp .env.example .env
$ yarn
$ yarn dev

Define the environment variables by creating a .env.local file similar to .env.local.example

:postbox: Faq

Question: What are the technologies used in this project?

Answer: Next.js, Tailwind UI, Upstash and Puppeteer.

Question Why Next.js instead of other frameworks of React out there?

Answer I chose Next.js in order to opt out for different rendering strategies. The tickets are generated by using Incremental Static Regeneration & API routes.

:bug: Issues

Feel free to file a new issue with a respective title and description. If you already found a solution to your problem, I would love to review your pull request!