Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leoMirandaa/shadcn-landing-page
Free Landing page template using Shadcn, React, Typescript and Tailwind
https://github.com/leoMirandaa/shadcn-landing-page
darkmode react responsive-design shadcn-ui shadcn-ui-starter tailwindcss typescript
Last synced: 23 days ago
JSON representation
Free Landing page template using Shadcn, React, Typescript and Tailwind
- Host: GitHub
- URL: https://github.com/leoMirandaa/shadcn-landing-page
- Owner: leoMirandaa
- License: mit
- Created: 2024-02-03T01:18:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T06:41:46.000Z (4 months ago)
- Last Synced: 2024-08-03T07:39:29.241Z (4 months ago)
- Topics: darkmode, react, responsive-design, shadcn-ui, shadcn-ui-starter, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://shadcn-landing-page.vercel.app
- Size: 2.81 MB
- Stars: 712
- Watchers: 9
- Forks: 147
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcn-ui - shadcn-landing-page - Landing page template using shadcn/ui, React, Typescript and Tailwind CSS (Boilerplates / Templates / Portfolios)
- awesome-shadcn-ui - shadcn-landing-page - Landing page template using shadcn/ui,React,Typescript and Tailwind CSS. (Templates)
README
# Shadcn/UI Landing Page Template
## ShadcnUI + React + TypeScript + Tailwind.
![shadch-landing-page](https://github.com/leoMirandaa/shadcn-landing-page/assets/61714687/3ba7b51f-9589-4541-800a-5ab7cecad1b5)
Build your React landing page effortlessly with the required sections to your project. Live Demo
## Sections
- [x] Navbar
- [x] Sidebar(mobile)
- [x] Hero
- [x] Sponsors
- [x] About
- [x] Stats
- [x] How It Works
- [x] Features
- [x] Services
- [x] Call-to-Action (CTA)
- [x] Testimonials
- [x] Team
- [x] Pricing
- [x] Newsletter
- [x] Frequently Asked Questions(FAQ)
- [x] Footer## Features
- [x] Fully Responsive Design
- [x] User Friendly Navigation
- [x] Dark Mode
- [x] Meta tags## How to install
1. Clone this repository:
```bash
git clone https://github.com/leoMirandaa/shadcn-landing-page.git
```2. Go into project
```bash
cd shadcn-landing-page
```3. Install dependencies
```bash
npm install
```4. Run project
```bash
npm run dev
```