Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Khanhtran47/Sora
A web app for exploring movies, tv shows and anime built with Remix and NextUI
https://github.com/Khanhtran47/Sora
anime anime-website i18n movie-app movie-website nextui react remix stitches streaming tailwindcss
Last synced: 13 days ago
JSON representation
A web app for exploring movies, tv shows and anime built with Remix and NextUI
- Host: GitHub
- URL: https://github.com/Khanhtran47/Sora
- Owner: Khanhtran47
- License: gpl-3.0
- Created: 2022-05-28T12:53:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T22:50:44.000Z (about 1 year ago)
- Last Synced: 2024-09-26T01:56:26.914Z (4 months ago)
- Topics: anime, anime-website, i18n, movie-app, movie-website, nextui, react, remix, stitches, streaming, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 41.9 MB
- Stars: 441
- Watchers: 21
- Forks: 183
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-nextui - Sora - A web app for exploring movies, tv shows and anime built with Remix and NextUI (Uncategorized / Uncategorized)
README
> **Warning**
> This app is a work in progress.
>Table of Contents
## Tech Stack
- **Remix** with Typescript
- **NextUI** for pre-made components and themes
- Styled using **TailwindCSS** and **Stitches**
- **SwiperJS** for touch slider
- Internationalization using **i18n**
- Authentication, database using **Supabase**
- UI Components built using **Radix UI**
- Animation using **Framer Motion**
- State management using **Zustand**
- Custom media player using **Artplayer**
- Cache using **LRU Cache**
- Color manipulation and conversion using **Tinycolor**## Development
1. Install dependencies using pnpm
```sh
pnpm install
```2. Copy `.env-example` and update the variables
3. Start the development server
```sh
pnpm dev
```## License
Distributed under the MIT License. See [LICENSE.txt](https://github.com/Khanhtran47/Sora/blob/master/LICENSE.txt) for more information.