No description
  • TypeScript 98.3%
  • CSS 1.1%
  • JavaScript 0.6%
Find a file
2025-03-25 21:36:42 +01:00
@types Add CRUD for entry and finding list of entrys 2024-01-05 00:46:59 +01:00
app Force dark mode 2024-01-20 22:41:13 +01:00
components Make links open in new tab 2024-01-21 17:23:23 +01:00
models Add new icons, loading dots for entry component 2024-01-20 22:09:16 +01:00
public Add new icons, loading dots for entry component 2024-01-20 22:09:16 +01:00
utils Add a space to cause redeployment in Vercel 2024-01-21 02:52:57 +01:00
.eslintrc.json Initial commit from Create Next App 2024-01-04 00:52:20 +01:00
.gitignore Initial commit from Create Next App 2024-01-04 00:52:20 +01:00
next.config.js Initial commit from Create Next App 2024-01-04 00:52:20 +01:00
package-lock.json Update next version 2025-03-25 21:36:42 +01:00
package.json Update next version 2025-03-25 21:36:42 +01:00
postcss.config.js Initial commit from Create Next App 2024-01-04 00:52:20 +01:00
README.md Update README.md 2024-01-04 18:49:00 +01:00
tailwind.config.js Force dark mode 2024-01-20 22:41:13 +01:00
tailwind.config.ts Initial commit from Create Next App 2024-01-04 00:52:20 +01:00
tsconfig.json Initial commit from Create Next App 2024-01-04 00:52:20 +01:00

flaska

"En app som man lägger in champagne eller vinflaskor, antal, var de finns, bild, referenslänk till vision, lagringspotential, pris. Eg en excelfil men med Bells and whistles." - Beställaren

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.