Skip to content

Commit

Permalink
Merge pull request #230 from pratheekv39/feature/dsa-learning-track
Browse files Browse the repository at this point in the history
#222 Addition of DSA Learning Track and Roadmap
  • Loading branch information
rishicds authored Oct 27, 2024
2 parents d7047b7 + 9772516 commit e86ad58
Show file tree
Hide file tree
Showing 6 changed files with 875 additions and 296 deletions.
15 changes: 0 additions & 15 deletions .env.sample

This file was deleted.

35 changes: 34 additions & 1 deletion PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
├── code_of_conduct.md
├── components.json
├── contributing.md
├── data.json
├── jsconfig.json
├── next.config.mjs
├── package-lock.json
Expand All @@ -25,6 +26,13 @@
│ ├── dev5.jpeg
│ ├── dev6.jpeg
│ ├── dev7.jpeg
│ ├── exp1.png
│ ├── exp2.jpeg
│ ├── exp3.jpeg
│ ├── exp4.jpeg
│ ├── exp5.jpeg
│ ├── exp6.jpeg
│ ├── exp7.jpeg
│ ├── goal.webp
│ ├── hack1.jpg
│ ├── img1.jpg
Expand All @@ -33,6 +41,13 @@
│ ├── spot1.jpg
│ ├── spot2.jpg
│ ├── spot3.jpg
│ ├── story1.jpeg
│ ├── story2.png
│ ├── story3.png
│ ├── story4.jpeg
│ ├── story5.png
│ ├── story6.png
│ ├── story7.png
│ └── vision.webp
├── repo_structure.txt
├── src/
Expand Down Expand Up @@ -86,8 +101,25 @@
│ │ │ │ └── generate/
│ │ │ │ └── route.js
│ │ │ ├── careers/
│ │ │ │ ├── [id]/
│ │ │ │ │ └── page.jsx
│ │ │ │ ├── opportunities.js
│ │ │ │ └── page.jsx
│ │ │ ├── expertdev/
│ │ │ │ └── page.jsx
│ │ │ ├── how-apply/
│ │ │ │ └── page.jsx
│ │ │ ├── localdev/
│ │ │ │ └── page.jsx
│ │ │ ├── orginizer/
│ │ │ │ └── page.jsx
│ │ │ ├── participationterms/
│ │ │ │ └── page.jsx
│ │ │ ├── stories/
│ │ │ │ └── page.jsx
│ │ │ ├── who-apply/
│ │ │ │ └── page.jsx
│ │ │ └── localdev/
│ │ │ └── womentechmakers/
│ │ │ └── page.jsx
│ │ ├── api/
│ │ │ └── subscribe/
Expand Down Expand Up @@ -149,6 +181,7 @@
│ ├── lib/
│ │ ├── Hackathon.js
│ │ ├── Projects.js
│ │ ├── cpp-content.js
│ │ └── utils.js
│ └── public/
│ └── GDSC-RCIIT Logo.png
Expand Down
35 changes: 34 additions & 1 deletion repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
├── code_of_conduct.md
├── components.json
├── contributing.md
├── data.json
├── jsconfig.json
├── next.config.mjs
├── package-lock.json
Expand All @@ -21,6 +22,13 @@
│ ├── dev5.jpeg
│ ├── dev6.jpeg
│ ├── dev7.jpeg
│ ├── exp1.png
│ ├── exp2.jpeg
│ ├── exp3.jpeg
│ ├── exp4.jpeg
│ ├── exp5.jpeg
│ ├── exp6.jpeg
│ ├── exp7.jpeg
│ ├── goal.webp
│ ├── hack1.jpg
│ ├── img1.jpg
Expand All @@ -29,6 +37,13 @@
│ ├── spot1.jpg
│ ├── spot2.jpg
│ ├── spot3.jpg
│ ├── story1.jpeg
│ ├── story2.png
│ ├── story3.png
│ ├── story4.jpeg
│ ├── story5.png
│ ├── story6.png
│ ├── story7.png
│ └── vision.webp
├── repo_structure.txt
├── src/
Expand Down Expand Up @@ -82,8 +97,25 @@
│ │ │ │ └── generate/
│ │ │ │ └── route.js
│ │ │ ├── careers/
│ │ │ │ ├── [id]/
│ │ │ │ │ └── page.jsx
│ │ │ │ ├── opportunities.js
│ │ │ │ └── page.jsx
│ │ │ ├── expertdev/
│ │ │ │ └── page.jsx
│ │ │ ├── how-apply/
│ │ │ │ └── page.jsx
│ │ │ ├── localdev/
│ │ │ │ └── page.jsx
│ │ │ ├── orginizer/
│ │ │ │ └── page.jsx
│ │ │ ├── participationterms/
│ │ │ │ └── page.jsx
│ │ │ ├── stories/
│ │ │ │ └── page.jsx
│ │ │ ├── who-apply/
│ │ │ │ └── page.jsx
│ │ │ └── localdev/
│ │ │ └── womentechmakers/
│ │ │ └── page.jsx
│ │ ├── api/
│ │ │ └── subscribe/
Expand Down Expand Up @@ -145,6 +177,7 @@
│ ├── lib/
│ │ ├── Hackathon.js
│ │ ├── Projects.js
│ │ ├── cpp-content.js
│ │ └── utils.js
│ └── public/
│ └── GDSC-RCIIT Logo.png
Expand Down
Loading

0 comments on commit e86ad58

Please sign in to comment.