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

https://github.com/noclocks/demo-website-nextjs

Sandbox Website in Next.js
https://github.com/noclocks/demo-website-nextjs

Last synced: 3 months ago
JSON representation

Sandbox Website in Next.js

Awesome Lists containing this project

README

          

# Sandbox Next.js Website Demo

> [!WARNING]
> This repository is meant for experimental and learning purposes only.

> [!NOTE]
> A Next.js 13 template for building apps with Radix UI and Tailwind CSS.

## Usage

```bash
npx create-next-app -e https://github.com/shadcn/next-template
```

## Features

- Next.js 13 App Directory
- Radix UI Primitives
- Tailwind CSS
- Icons from [Lucide](https://lucide.dev)
- Dark mode with `next-themes`
- Tailwind CSS class sorting, merging and linting.

## Screenshots

### Header

![image](https://github.com/noclocks/demo-website-nextjs/assets/32652297/25cb9ed5-c6d6-4907-b09b-be1b1dbd4d48)

### Services Section

![image](https://github.com/noclocks/demo-website-nextjs/assets/32652297/3197e832-fb5d-419b-a749-239fccadeb63)

### Footer

![image](https://github.com/noclocks/demo-website-nextjs/assets/32652297/ca9a3948-9877-4312-b11f-8b87d6686e7e)

## License

Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).