Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irxd/weebflix
https://github.com/irxd/weebflix
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/irxd/weebflix
- Owner: irxd
- Created: 2024-06-04T11:07:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T08:31:30.000Z (8 months ago)
- Last Synced: 2024-06-05T11:43:22.033Z (8 months ago)
- Language: TypeScript
- Homepage: https://weeb-flix.vercel.app
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weebflix
![weebflix](https://github.com/irxd/weebflix/blob/main/public/logo.png?raw=true)
Weebflix is an anime finder using https://docs.api.jikan.moe/.
Logo generated via https://fontmeme.com/netflix-font/
## Libs
- Next.js 14 Pages Router
- Material UI
- Zustand
- SWR
- Jest
- React Testing Library## Structure
.
├── ...
├── src
│ ├── components # Shared components
│ ├── hooks # Hooks files
│ ├── pages # Pages
│ ├── stores # Store files
│ ├── styles # Style file
│ ├── tests # Unit tests
│ └── types # Type definitions
└── ...## Features
- Browse Anime
- Search Anime
- Add to Favorites (clear on refresh page)
- Remove from Favorites
- Responsive## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.