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

https://github.com/vadimghedreutan/linktree-redesign-theme

NextJs 13, TypeScript, Tailwind CSS
https://github.com/vadimghedreutan/linktree-redesign-theme

dark-mode nextjs13 tailwind-css typescipt use-sound

Last synced: about 2 months ago
JSON representation

NextJs 13, TypeScript, Tailwind CSS

Awesome Lists containing this project

README

          

# Next.js 13 with Tailwind CSS and Dark Mode

This is a basic starter template for a Next.js 13 project using Tailwind CSS and dark mode. It includes a toggle button that allows the user to switch between light and dark mode, powered by the `next-themes` library.

## Getting Started

To get started with this project, you can follow these steps:

1. Clone the repository to your local machine.
2. Run `pnpm install` to install the dependencies.
3. Run `pnpm run dev` to start the development server.

This will start the Next.js development server and you should be able to access the app by visiting `http://localhost:3000` in your browser.

## Features

This starter template includes the following features:

- Next.js 13
- Tailwind CSS
- Dark mode with `next-themes`
- `pnpm` for package management
- `use-sound` A React Hook for Sound Effects
- Basic file structure for a Next.js project
- Customizable `tailwind.config.js` file

Feel free to modify or remove any of these features as needed to fit your project requirements.

## Usage

To use this starter template for your own project, you can follow these steps:

1. Fork the repository or download the source code.
2. Customize the project as needed by modifying the files in the `app` and `components` directories.
3. Update the `README.md` file and any other files as needed for your project.

## Credits

This starter template was created by Vadim Ghedreutan and is released under the [MIT License](https://opensource.org/licenses/MIT).

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).