This is the frontend for GetVik. Everything here is UI-only, more of a public peek into the design and structure.
This repo contains no real backend or payment logic. Data is mocked locally and resets on refresh. Good for demos and UI exploration.
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion, GSAP
git clone https://github.com/GetVik/getvik.git
npm install
cp .env.example .env
npm run devVisit http://localhost:3000.
| Role | Password | |
|---|---|---|
| Creator | demo@getvik.com |
password |
app/ - App Router pages/layouts
components/ - UI components
content/ - Static content (MDX etc)
context/ - React Context providers
data/ - Mock data
hooks/ - Custom React hooks
lib/ - Helpers and utils
public/ - Static assets
services/ - Mock services
types/ - Type definitions
PRs welcome. See CONTRIBUTING.md for guidelines.
MIT License.
