A quiz site written in Next.JS and React https://flashlearn.phite.ro
Go to file
2024-06-01 14:35:37 +03:00
api Fix the API port conflict and improve docs (#3) 2024-06-01 11:13:52 +03:00
app Beutified landing page, added session select page and made it look good 2024-06-01 14:30:10 +03:00
public Beutified landing page, added session select page and made it look good 2024-06-01 14:30:10 +03:00
.eslintrc.json Initial commit from Create Next App 2024-06-01 09:38:11 +03:00
.gitignore Initial commit from Create Next App 2024-06-01 09:38:11 +03:00
.nvmrc Get posts from API (#2) 2024-06-01 11:08:49 +03:00
LICENSE Added the MIT license 2024-06-01 10:31:58 +03:00
next.config.mjs Initial commit from Create Next App 2024-06-01 09:38:11 +03:00
package-lock.json Added the MIT license 2024-06-01 10:10:51 +03:00
package.json Added the MIT license 2024-06-01 10:10:51 +03:00
postcss.config.mjs Initial commit from Create Next App 2024-06-01 09:38:11 +03:00
README.md Initial commit from Create Next App 2024-06-01 09:38:11 +03:00
tailwind.config.ts Initial commit from Create Next App 2024-06-01 09:38:11 +03:00
tsconfig.json Beutified landing page, added session select page and made it look good 2024-06-01 14:30:10 +03:00

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.