Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grading page wip and homepage #26

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion website/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"compilerOptions": {
"baseUrl": "."
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}
7 changes: 5 additions & 2 deletions website/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
experimental: {
scrollRestoration: true,
},
}

module.exports = nextConfig;
module.exports = nextConfig
1,361 changes: 1,304 additions & 57 deletions website/package-lock.json

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,35 @@
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.7.1",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.1.4",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"clsx": "^1.2.1",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"focus-visible": "^5.2.0",
"framer-motion": "^7.10.2",
"next": "13.0.6",
"next-auth": "^4.18.6",
"nodemailer": "^6.8.0",
"postcss-focus-visible": "^7.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.0.0"
"swr": "^2.0.0",
"tailwindcss": "^3.2.4",
"use-debounce": "^9.0.2"
},
"devDependencies": {
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"prisma": "^4.7.1"
}
}
14 changes: 0 additions & 14 deletions website/pages/_app.js

This file was deleted.

41 changes: 0 additions & 41 deletions website/pages/api/auth/[...nextauth].js

This file was deleted.

71 changes: 0 additions & 71 deletions website/pages/api/new_task.js

This file was deleted.

80 changes: 0 additions & 80 deletions website/pages/api/update_task.js

This file was deleted.

70 changes: 0 additions & 70 deletions website/pages/index.js

This file was deleted.

6 changes: 6 additions & 0 deletions website/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
Binary file removed website/public/favicon.ico
Binary file not shown.
Binary file added website/public/fonts/Inter-italic.var.woff2
Binary file not shown.
Binary file added website/public/fonts/Inter-roman.var.woff2
Binary file not shown.