A responsive and interactive web app built with Next.js, animations via GSAP, data fetching with React Query, and beautiful sliders powered by Swiper.
Visit the live site 👉 onlyfunnytest.vercel.app
| Tool | Description |
|---|---|
| Next.js | React framework for hybrid static & SSR applications |
| React Query (TanStack Query) | Efficient server-state caching & data fetching |
| GSAP | High-performance animation for the web |
| Swiper | Touch slider for modern UIs |
| styled-components | CSS-in-JS for scoped, dynamic styling |
| usehooks-ts | Collection of reusable TypeScript hooks |
Clone the repo and install dependencies:
git clone https://github.com/funnymans/only-test.git
cd onlyfunnytest
# Install dependencies
npm install
# or
yarn install
# Run the app dependencies
npm run dev
# or
yarn dev