This is a Next.js project bootstrapped with create-next-app
with TailwindCSS
. It currently uses next-auth
for authentication, firebase
to store data in a firestore database.
We'll gonna use NLP
Some AI-tool (likely NLP) will come in handy for the automated interpretation and maybe visualation of the feedback data. There are also plans to use order #'s for login when in prod so that no accounts are needed in the future.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result. Login
To learn more about Next.js, take a look at the following resources: