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

https://github.com/kpedrok/the-boring-page

An open-source landing page template built with Next.js and all shadcn/ui components.
https://github.com/kpedrok/the-boring-page

atomic-design lading-page nextjs shadcn-ui

Last synced: 9 months ago
JSON representation

An open-source landing page template built with Next.js and all shadcn/ui components.

Awesome Lists containing this project

README

          

# Next.js Landing Page Template

An open-source landing page template built with Next.js, TailwindCSS, and all shadcn/ui components, organized using a improved version of Atomic Design System.

Preview - https://atomic-shad.vercel.app/ ·
Features ·
Setup ·
Authors

## Features

- [Next.js](https://nextjs.org)
- App Router
- [TailwindCSS](https://tailwindcss.com) for styling
- [ShadCn/UI](https://ui.shadcn.com)
- Built with [Radix UI](https://radix-ui.com) for headless component primitives
- Organized using the Atomic Design System
- The Atomic Design System was applied with slight modifications. Atoms include typography, padding, and colors. Molecules include buttons and inputs...
## Setup

1. Clone the repository:

```bash
git clone https://github.com/kpedrok/nextjs-atomic-shadcn-ui-landing-page.git
```

2. Install dependencies:

```bash
cd nextjs-atomic-shadcn-ui-landing-page
pnpm install
```

3. Start the development server:

```bash
pnpm dev
```

Your app should now be running on [http://localhost:3000](http://localhost:3000).

## Authors

This template is created by [CreatedByPed](https://x.com/CreatedByPed)