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

https://github.com/acekyd/fav-songs-web5

This is a simple application built with Nuxt 3 + TailwindCSS + Web5.js to track my favorite songs.
https://github.com/acekyd/fav-songs-web5

nuxt3 web5

Last synced: 9 months ago
JSON representation

This is a simple application built with Nuxt 3 + TailwindCSS + Web5.js to track my favorite songs.

Awesome Lists containing this project

README

          

# My Favorite Songs - Web5 App

This is a simple application built with Nuxt 3 + TailwindCSS + Web5.js to track my favorite songs.

Look at the [Web5 documentation](https://developer.tbd.website/docs/web5/) to learn more.

CodeSandbox Demo - https://codesandbox.io/p/github/acekyd/fav-songs-web5/master

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev
```