Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





Logo

SORA



A web app for exploring, watching movies, tv shows and anime built with Remix and NextUI.



> **Warning**
> This app is a work in progress.
>

Table of Contents


  1. Tech Stack

  2. Development

  3. License




screenshot



## 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**

(back to top)

## 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
```

(back to top)

## License

Distributed under the MIT License. See [LICENSE.txt](https://github.com/Khanhtran47/Sora/blob/master/LICENSE.txt) for more information.

(back to top)