A modern, responsive landing page built with React, Tailwind CSS, and Vite.
- ⚛️ React
- 💨 Tailwind CSS
- ⚡ Vite
- 👆🏻 Swiper JS
- 🪟 Framer Motion
react-landing/
├── public/ # Static files
├── src/
│ ├── assets/
│ ├── components/
│ ├── utils/
│ ├── App.css
│ ├── App.jsx
│ ├── index.css
│ └── main.jsx
├── index.html
├── package.json
├── vite.config.js
└── README.mdgit clone https://github.com/nirdhum/honest-landing.git
cd honest-landing
npm install
npm run dev- Fully responsive
- Utility-first styling with Tailwind
- Fast build and HMR via Vite
- Easy to customize and extend
npm run build- Deploy /dist on Vercel, Netlify, or GitHub Pages.
Made by Nirdhum while learning React, Tailwind, Vite, Swiper, Framer Motion.