Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nurriyad/nuxt-linktree

🖇️ A web app where users can log in and create their own list of things (e.g. songs, movies, anime) and share them publicly.
https://github.com/nurriyad/nuxt-linktree

daisyui nuxt3 supabase-js tailwind

Last synced: 6 days ago
JSON representation

🖇️ A web app where users can log in and create their own list of things (e.g. songs, movies, anime) and share them publicly.

Awesome Lists containing this project

README

        

# Nuxt LinkTree
This web app is a platform that allows users to create and share their own lists of their top 20 items in various categories such as songs, movies, or anime. The technology stack used for building this app includes Nuxt.js version 3, Supabase, Prisma, and Tailwind CSS. Users can log in and create their own lists, which are stored in a database and can be publicly shared with other users.

## Features

- Server Side Rendered
- Signin, Signup with email and password
- Signin, Signup with google
- Reset Password options
- Email Verification with link
- Deployed in Vercel
- Form Validation with vuelidate
- Server side auth middleware
- SEO Friendly
- Use NuxtIcon for Icons
- Use NuxtImg for optimized image view

## Preview










Live Demo

## Demo

https://nuxt-linktree.vercel.app/

> Hosted on [Vercel](https://vercel.com/): `npm run build`

## Build Setup

**Requires Node.js 16+**

```bash
# install dependencies
yarn install

# serve in dev mode, with hot reload at localhost:5173
yarn run dev

# build for production
yarn run build

# serve in production mode
yarn run preview

```