Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedrangel/animed

TV Anime library app built with Nuxt 3 and Bootstrap using data provided from Anilist API
https://github.com/ahmedrangel/animed

anilist anilist-api anime anime-search anime-website nuxt nuxtjs

Last synced: about 1 month ago
JSON representation

TV Anime library app built with Nuxt 3 and Bootstrap using data provided from Anilist API

Awesome Lists containing this project

README

        

> TV Animes library app built using [Nuxt 3](https://github.com/nuxt/nuxt), [Vue 3](https://github.com/vuejs/core), [Bootstrap](https://github.com/twbs/bootstrap) and [Typescript](https://github.com/microsoft/TypeScript) with data provided by [AniList](https://anilist.co) [API](https://github.com/AniList/ApiV2-GraphQL-Docs), hosted on [Cloudflare Pages](https://pages.cloudflare.com) and deployed on [NuxtHub](https://hub.nuxt.com). Inspired by [Nuxt Movies](https://github.com/nuxt/movies).

Preview: https://animed.ahmedrangel.com

## Screenshots
![ss1](https://animed.ahmedrangel.com/images/screenshots/anime-website.jpg)

![ss2](https://animed.ahmedrangel.com/images/screenshots/anime-website-2.jpg)

![ss3](https://animed.ahmedrangel.com/images/screenshots/anime-website-3.jpg)

![ss4](https://animed.ahmedrangel.com/images/screenshots/anime-website-4.jpg)

## Setup
```sh
# install dependencies
pnpm i

# run dev server (http://localhost:5173)
pnpm dev
```