- Development URL: [https://ieee-sb-rit.github.io/Roboignite/]
- Production URL: [https://roboignite.ieeesbrit.com/]
Front end: React/Type Script/Tailwind
Hosting: GitHub Pages / Hostinger
📦
├─ .github
│ └─ workflows
│ └─ deploy.yml
├─ .gitignore
├─ README.md
├─ eslint.config.js
├─ index.html
├─ package-lock.json
├─ package.json
├─ public
│ ├─ RoboIgnite.webp
│ ├─ favicon.ico
│ ├─ logoBg.webp
│ ├─ roboEvents
│ │ ├─ event_01.webp
│ │ └─ event_soon.webp
│ ├─ roboGallery
│ │ ├─ img_1.webp
│ │ ├─ img_10.webp
│ │ ├─ img_11.webp
│ │ ├─ img_12.webp
│ │ ├─ img_13.webp
│ │ ├─ img_14.webp
│ │ ├─ img_15.webp
│ │ ├─ img_16.webp
│ │ ├─ img_17.webp
│ │ ├─ img_18.webp
│ │ ├─ img_19.webp
│ │ ├─ img_2.webp
│ │ ├─ img_20.webp
│ │ ├─ img_21.webp
│ │ ├─ img_22.webp
│ │ ├─ img_23.webp
│ │ ├─ img_24.webp
│ │ ├─ img_25.webp
│ │ ├─ img_26.webp
│ │ ├─ img_27.webp
│ │ ├─ img_28.webp
│ │ ├─ img_29.webp
│ │ ├─ img_3.webp
│ │ ├─ img_30.webp
│ │ ├─ img_31.webp
│ │ ├─ img_32.webp
│ │ ├─ img_33.webp
│ │ ├─ img_34.webp
│ │ ├─ img_35.webp
│ │ ├─ img_4.webp
│ │ ├─ img_5.webp
│ │ ├─ img_6.webp
│ │ ├─ img_7.webp
│ │ ├─ img_8.webp
│ │ └─ img_9.webp
│ └─ roboModels
│ └─ r1.glb
├─ src
│ ├─ components
│ │ ├─ Button.tsx
│ │ ├─ Header.tsx
│ │ ├─ NavItem.tsx
│ │ ├─ Robot copy.tsx
│ │ ├─ Robot.tsx
│ │ ├─ RobotCanvas copy.tsx
│ │ ├─ RobotCanvas.tsx
│ │ ├─ aboutHeader.tsx
│ │ ├─ footer.tsx
│ │ ├─ footerHeading.tsx
│ │ ├─ gradientBg.tsx
│ │ ├─ navBar.tsx
│ │ ├─ scrollToTop.tsx
│ │ └─ spaceBg.tsx
│ ├─ datas
│ │ ├─ EventData.ts
│ │ └─ ImageDatas.ts
│ ├─ index.css
│ ├─ main.tsx
│ ├─ pages
│ │ ├─ About.tsx
│ │ ├─ ComingSoonEvents.tsx
│ │ ├─ Events.tsx
│ │ ├─ Gallery.tsx
│ │ ├─ Landing.tsx
│ │ ├─ custom.d.ts
│ │ └─ notFound.tsx
│ ├─ routes
│ │ └─ App.tsx
│ └─ types
│ ├─ assets.d.ts
│ └─ global.d.ts
├─ tsconfig.app.json
├─ tsconfig.json
├─ tsconfig.node.json
├─ tsconfig.tsbuildinfo
└─ vite.config.ts