Skip to content

Commit 10514ea

Browse files
Merge branch 'staging' into staging
2 parents 1306348 + 0b381b5 commit 10514ea

38 files changed

Lines changed: 1727 additions & 591 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<h2 align="center"> Papers </h2>
55
<br/>
66

7+
78
> <p>Prepare to excel in your CATs and FATs with CodeChef-VIT's dedicated repository of past exam papers. Access key resources to review concepts, tackle challenging questions, and familiarize yourself with exam patterns. Boost your confidence, sharpen your strategy, and get ready to ace your exams!</p>
89
910
## 🌐 Deploy
@@ -17,7 +18,6 @@
1718
- MongoDB & Mongoose : Database and object data modeling (ODM) for Node.js.
1819
- Cloudinary : Media storage and optimization service.
1920
- Shadcn : Collection of pre-built components using Radix UI and Tailwind CSS.
20-
2121
## 💡 Features:
2222

2323
- Access a vast collection of past CAT and FAT papers

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ await import("./src/env.js");
77
/** @type {import("next").NextConfig} */
88
const config = {
99
swcMinify: false,
10-
1110
images: {
1211
domains: ["res.cloudinary.com"],
1312
},

ongoing-papers.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@radix-ui/react-accordion": "^1.2.4",
1414
"@radix-ui/react-dialog": "^1.1.7",
15+
"@radix-ui/react-dropdown-menu": "^2.1.16",
1516
"@radix-ui/react-icons": "^1.3.2",
1617
"@radix-ui/react-popover": "^1.1.7",
1718
"@radix-ui/react-select": "^2.1.7",

0 commit comments

Comments
 (0)