Skip to content

Commit 88c4b65

Browse files
authored
Merge pull request #21 from ManasMadan/main
Developer Adoption
2 parents efe39fd + d68f4ae commit 88c4b65

File tree

663 files changed

+255185
-0
lines changed

Some content is hidden

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

663 files changed

+255185
-0
lines changed

DeveloperAdoption/.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FIREBASE_PROJECT_ID=
2+
FIREBASE_CLIENT_EMAIL=
3+
FIREBASE_PRIVATE_KEY=

DeveloperAdoption/.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

DeveloperAdoption/.gitignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
.yarn/install-state.gz
8+
9+
# testing
10+
/coverage
11+
12+
# next.js
13+
/.next/
14+
/out/
15+
16+
.env.local
17+
18+
# production
19+
/build
20+
21+
# misc
22+
.DS_Store
23+
*.pem
24+
25+
# debug
26+
npm-debug.log*
27+
yarn-debug.log*
28+
yarn-error.log*
29+
30+
# vercel
31+
.vercel
32+
33+
# typescript
34+
*.tsbuildinfo
35+
next-env.d.ts

DeveloperAdoption/Readme.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Contributors:
2+
3+
- **Dhruv Rastogi** - [@Astr1sk](https://github.com/Astr1sk)
4+
- **Manit Singh** - [@NucleonGodX](https://github.com/NucleonGodX)
5+
- **Ajay Pal Singh** - [singhdsp](https://github.com/singhdsp/)
6+
- **Subham Chauhan** - [@TechSubham](https://github.com/TechSubham)
7+
- **Harshjeet Singh** - [@roug047](https://github.com/roug047)
8+
- **Manasvi Nandal** - [manasvi476](https://github.com/manasvi476)
9+
10+
## Project Links
11+
12+
- **Video Demonstration:** - [YOUTUBE LINK](https://youtu.be/Av-YA1hoGHU)
13+
- **Live Deployment:** - [DEPLOYED LINK](https://sih-internal-qubit-spreadx.vercel.app/)
14+
- **Technology used:** (node.js, SocialCalc, firebase storage, firestore db)

0 commit comments

Comments
 (0)