An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ⚛️🔥 React + Tailwind CSS Starter Kit

[![GitHub stars](https://img.shields.io/github/stars/anser624/React-Tailwind?style=social)](https://github.com/anser624/React-Tailwind/stargazers)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![React](https://img.shields.io/badge/React-18.2.0-%2361DAFB?logo=react)](https://reactjs.org/)
[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-3.3.0-%2338B2AC?logo=tailwind-css)](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


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