Skip to content

Commit 7d7a16b

Browse files
Merge pull request #1 from equestrian2296/staging
Staging
2 parents f42d608 + cbbcff0 commit 7d7a16b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3784
-1645
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yarn-error.log*
3636
.env
3737
.env.lcal
3838
.env*.local
39-
39+
.env.prod
4040
# vercel
4141
.vercel
4242
.env.staging

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<p align="center"><a href="https://www.codechefvit.com" target="_blank"><img src="https://i.ibb.co/4J9LXxS/cclogo.png" width=160 title="CodeChef-VIT" alt="Codechef-VIT"></a>
22
</p>
3-
3+
.
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 & 44 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@google/genai": "^0.7.0",
1717
"@radix-ui/react-accordion": "^1.2.4",
1818
"@radix-ui/react-dialog": "^1.1.7",
19+
"@radix-ui/react-dropdown-menu": "^2.1.16",
1920
"@radix-ui/react-icons": "^1.3.2",
2021
"@radix-ui/react-popover": "^1.1.7",
2122
"@radix-ui/react-select": "^2.1.7",

0 commit comments

Comments
 (0)