This is a Next.js project bootstrapped with create-next-app
.
The website features information for consumers and proprieters alike. Routes are provided to grocers with interest in the product to individual URLs showing a detailed view of the item package, label, and nutritional information.
This project was initiated with Next.js, built with ReactJS and styled using Tailwind CSS. Animaitions of components utilized Framer's Motion library. Some icons were provided by the npm package React Icons. Other icons used are the original art of the designer/dev.
The contact form was linked to the owner and employees' emails using a self-hosted gateway that allows making REST requests against IMAP and SMTP servers, provided by the open-source Nodemailer module.
All custom graphic design and product branding by Max Skewes. Vectorizing of images done with Inkscape. Gimp was used for additional design and art modification.
Layout by Max Skewes.
Please Visit: papagstofu.com
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
The Vercel Platform is from the creators of Next.js.