Skip to content

cqb13/Numby-Hack-Website

Repository files navigation

Numby Hack Website

View Projects

Numby-Hack-Website
├── tsconfig.node.json
├── index.html
├── LICENSE
├── README.md
├── .gitignore
├── package-lock.json
├── package.json
├── tsconfig.json
├── vite.config.ts
├── src
│   ├── App.tsx
│   ├── main.tsx
│   ├── vite-env.d.ts
│   ├── components
│   │   ├── hero
│   │   │   ├── hero.tsx
│   │   │   └── hero.css
│   │   ├── nav
│   │   │   ├── nav.tsx
│   │   │   └── nav.css
│   │   └── elements
│   │       └── button.tsx
│   ├── styles
│   │   ├── global.css
│   │   └── button.css
│   └── utils
│       └── hooks
│           └── useScroll.ts
└── public
    ├── icon.png
    ├── Background-4.png
    ├── Background-2.png
    ├── Background-3.png
    └── Background-1.png