Skip to content

Commit 61f1971

Browse files
authored
Merge pull request #250 from kossiitkgp/kwoc25
KWoC 2025
2 parents 3b973b0 + 59d3b87 commit 61f1971

File tree

110 files changed

+4501
-6053
lines changed

Some content is hidden

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

110 files changed

+4501
-6053
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<p align="center">
3030
<!-- UPDATE -->
31-
<i>frontend for KWoC 2024</i>
31+
<i>frontend for KWoC 2025</i>
3232
<br />
3333
<a href="#table-of-contents"><strong>Get Started »</strong></a>
3434
<br />
@@ -64,7 +64,7 @@ See also [Contributing Guide](./CONTRIBUTING.md), [Learning Guide](./learn.md).
6464
- Optionally set up [KWoC Backend](https://github.com/kossiitkgp/kwoc-backend) locally.
6565

6666
```
67-
git clone https://github.com/kossiitkgp/KWoC-Frontend/blob/kwoc24.git
67+
git clone https://github.com/kossiitkgp/KWoC-Frontend
6868
cd KWoC-Frontend
6969
pnpm install
7070
pnpm run dev
@@ -104,21 +104,13 @@ pnpm run dev
104104
### Libraries/Frameworks Used
105105

106106
- [React](https://reactjs.dev)
107-
- [react-snowfall](https://github.com/cahilfoley/react-snowfall) for a pretty snowfall effect
108107
- And [many more](./package.json).
109108
<p align="right">(<a href="#top">back to top</a>)</p>
110109

111110
## Responsibilities
112111

113112
### Frontend
114-
- Design:
115-
- [@dakshyadav1810](https://github.com/dakshyadav1810)
116-
- Header and Footer:
117-
- [@premagarwals](https://github.com/premagarwals)
118-
- [@Ananya-m0140](https://github.com/Ananya-m0140)
119-
- Hero and Timeline:
120-
- [@Majestic9169](https://github.com/Majestic9169)
121-
- [@Faizan2005](https://github.com/Faizan2005)
113+
TBD
122114
<p align="right">(<a href="#top">back to top</a>)</p>
123115

124116
## Archival

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/kwoc_logo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>KWoC 2024</title>
7+
<title>KWoC 2025</title>
8+
<link rel="preconnect" href="https://fonts.googleapis.com" />
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10+
<link
11+
href="https://fonts.googleapis.com/css2?family=Hi+Melody&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
12+
rel="stylesheet"
13+
/>
814
</head>
915
<body>
1016
<div id="root"></div>

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"fuse.js": "^7.0.0",
1515
"gsap": "^3.12.5",
1616
"lottie-react": "^2.4.0",
17+
"ogl": "^1.0.11",
1718
"react": "^18.3.1",
1819
"react-dom": "^18.3.1",
1920
"react-icons": "^5.3.0",
21+
"react-responsive": "^10.0.1",
2022
"react-router-dom": "^6.27.0",
2123
"react-snowfall": "^2.1.1"
2224
},
@@ -33,5 +35,8 @@
3335
"typescript": "~5.6.2",
3436
"typescript-eslint": "^8.10.0",
3537
"vite": "^5.4.10"
38+
},
39+
"engines": {
40+
"node": "22.x"
3641
}
3742
}

0 commit comments

Comments
 (0)