Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahmedrangel/animed
- Owner: ahmedrangel
- License: mit
- Created: 2024-02-01T22:29:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:38:48.000Z (8 months ago)
- Last Synced: 2024-05-22T06:23:33.964Z (8 months ago)
- Topics: anilist, anilist-api, anime, anime-search, anime-website, nuxt, nuxtjs
- Language: Vue
- Homepage: https://anime.ahmedrangel.com
- Size: 930 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```