https://github.com/anser624/react-tailwind
This Is My First React And Tailwind-Css Landing Page
https://github.com/anser624/react-tailwind
cards contacts flex footer git herosection jsx navbar props react tailwindcss vite
Last synced: 4 months ago
JSON representation
This Is My First React And Tailwind-Css Landing Page
- Host: GitHub
- URL: https://github.com/anser624/react-tailwind
- Owner: anser624
- Created: 2025-03-20T23:12:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T20:32:26.000Z (about 1 year ago)
- Last Synced: 2025-08-12T08:48:48.560Z (11 months ago)
- Topics: cards, contacts, flex, footer, git, herosection, jsx, navbar, props, react, tailwindcss, vite
- Language: JavaScript
- Homepage: https://neon-lollipop-3f76af.netlify.app/
- Size: 1.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚛️🔥 React + Tailwind CSS Starter Kit
[](https://github.com/anser624/React-Tailwind/stargazers)
[](https://opensource.org/licenses/MIT)
[](https://reactjs.org/)
[](https://tailwindcss.com/)
**Production-Ready React Starter with Tailwind CSS**
🚀 Lightning-fast setup • 💎 Modern UI Components • ⚡ Optimized Build
## ✨ Killer Features
- **⚡ Zero-Config Setup** - Start coding in seconds
- **🎨 20+ Pre-built Components** - Buttons, cards, navbars ready-to-use
- **📱 Mobile-First Responsiveness** - Perfect on all devices
- **🌓 Dark/Light Mode** - Automatic theme switching
- **🚀 Production Optimized** - Minified builds, tree-shaking
## 🛠 Tech Stack
## 🚀 Quick Start
```bash
# Clone repo
git clone https://github.com/anser624/React-Tailwind.git
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for production
npm run build