GithubHelp home page GithubHelp logo

pixelated21 / cinewave Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 5.46 MB

Surf The Movie Wave With Cinewave

Home Page: https://cinewave.proximitydev.space

License: MIT License

Shell 0.08% JavaScript 1.38% CSS 0.84% TypeScript 97.25% Dockerfile 0.45%
movies nextjs shows tailwindcss themoviedatabaseapi tv

cinewave's Introduction

Banner

GitHub code size in bytes GitHub last commit GitHub commit activity month GitHub license

๐Ÿ“Œ Overview

Cinewave is a movie surfing project that utilizes various libraries and tools, including auth/drizzle-adapter, radix-ui/react, next-auth, tailwindcss, and more.

๐Ÿ” Table of Contents

๐Ÿ“ Project Structure

โ”œโ”€โ”€ .dockerignore
โ”œโ”€โ”€ .env.local.example
โ”œโ”€โ”€ .eslintrc.json
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ .husky
โ”‚   โ”œโ”€โ”€ commit-msg
โ”‚   โ”œโ”€โ”€ pre-commit
โ”‚   โ””โ”€โ”€ pre-push
โ”œโ”€โ”€ .vscode
โ”‚   โ””โ”€โ”€ settings.json
โ”œโ”€โ”€ Dockerfile
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ commitlint.config.js
โ”œโ”€โ”€ components.json
โ”œโ”€โ”€ docker-compose.yml
โ”œโ”€โ”€ docker
โ”‚   โ””โ”€โ”€ production
โ”‚       โ”œโ”€โ”€ Dockerfile
โ”‚       โ””โ”€โ”€ docker-compose.yml
โ”œโ”€โ”€ drizzle.config.ts
โ”œโ”€โ”€ next.config.js
โ”œโ”€โ”€ package-lock.json
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ postcss.config.js
โ”œโ”€โ”€ public
โ”‚   โ”œโ”€โ”€ assets
โ”‚   โ”‚   โ”œโ”€โ”€ banner-sm.png
โ”‚   โ”‚   โ”œโ”€โ”€ banner.png
โ”‚   โ”‚   โ”œโ”€โ”€ icons
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ play-icon.svg
โ”‚   โ”‚   โ”œโ”€โ”€ profile_default.png
โ”‚   โ”‚   โ””โ”€โ”€ six-sided-dice.svg
โ”‚   โ”œโ”€โ”€ logo.svg
โ”‚   โ”œโ”€โ”€ next.svg
โ”‚   โ”œโ”€โ”€ temp
โ”‚   โ”‚   โ”œโ”€โ”€ Bayonetta.(Character).full.1787833 (1).jpg
โ”‚   โ”‚   โ”œโ”€โ”€ cute-animation.gif
โ”‚   โ”‚   โ””โ”€โ”€ rimuru.jpg
โ”‚   โ””โ”€โ”€ vercel.svg
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ app
โ”‚   โ”‚   โ”œโ”€โ”€ (detail)
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ collection
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ [id]
โ”‚   โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ movie
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ [id]
โ”‚   โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ loading.tsx
โ”‚   โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ person
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ [id]
โ”‚   โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ series
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ [id]
โ”‚   โ”‚   โ”‚           โ”œโ”€โ”€ loading.tsx
โ”‚   โ”‚   โ”‚           โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ _actions
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ bookmark.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ collection.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ movie.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ person.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ resource.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ search.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ series.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ shared_list.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ shared_resource.ts
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ user.ts
โ”‚   โ”‚   โ”œโ”€โ”€ _config
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ site.ts
โ”‚   โ”‚   โ”œโ”€โ”€ api
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ auth
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ [...nextauth]
โ”‚   โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ route.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ bookmark
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ route.ts
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ shared_list
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ route.ts
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ shared_resource
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ route.ts
โ”‚   โ”‚   โ”œโ”€โ”€ favicon.ico
โ”‚   โ”‚   โ”œโ”€โ”€ globals.css
โ”‚   โ”‚   โ”œโ”€โ”€ home
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ layout.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ layout.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ movie
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ page.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ profile
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ search
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ [query]
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ series
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ share-space
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ [linkId]
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ page.tsx
โ”‚   โ”‚   โ””โ”€โ”€ try-me
โ”‚   โ”‚       โ””โ”€โ”€ page.tsx
โ”‚   โ”œโ”€โ”€ components
โ”‚   โ”‚   โ”œโ”€โ”€ NavigationBar.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ actions
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ add-shared-resource.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ resource-add-to-watchlist-button.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ auth-button.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ badges
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ Badge.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ cards
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ BookmarkCard.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ CastCard.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ SharedList.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ TrailerCard.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ TrendingCard.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ movie
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ MovieCard.tsx
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ MovieCardBlurEffect.tsx
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ MovieCardOriginal.tsx
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ SmallMovieCard.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ series
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ SeriesCard.tsx
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ SeriesCardBlurEffect.tsx
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ SmallSeriesCard.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ layouts
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ LayoutSection.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ loading
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ ResourceDetailsLoading.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ modal
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ index.jsx
โ”‚   โ”‚   โ”œโ”€โ”€ navigation-links.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ pagination-controls.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ sections
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ detail
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ MovieDetailsModal.tsx
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ TrailerSection.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ home
โ”‚   โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ HeroSection.tsx
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ ResourceListingSection.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ tryme
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ TryMeCarrousel.tsx
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ TryMeRandomizer.tsx
โ”‚   โ”‚   โ”œโ”€โ”€ ui
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ avatar.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ button.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ dropdown-menu.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ home
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ genreLink.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ input.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ progress.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ search.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ select.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ toast.tsx
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ toaster.tsx
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ use-toast.ts
โ”‚   โ”‚   โ””โ”€โ”€ utils
โ”‚   โ”‚       โ””โ”€โ”€ tailwind-indicator.tsx
โ”‚   โ”œโ”€โ”€ data
โ”‚   โ”‚   โ”œโ”€โ”€ genres.ts
โ”‚   โ”‚   โ”œโ”€โ”€ languages.ts
โ”‚   โ”‚   โ””โ”€โ”€ ratings.ts
โ”‚   โ”œโ”€โ”€ lib
โ”‚   โ”‚   โ”œโ”€โ”€ auth.ts
โ”‚   โ”‚   โ”œโ”€โ”€ db
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ index.ts
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ schema
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ account.ts
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ bookmark.ts
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ resource.ts
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ session.ts
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ sharedList.ts
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ sharedResource.ts
โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ user.ts
โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ verificationToken.ts
โ”‚   โ”‚   โ”œโ”€โ”€ fonts.ts
โ”‚   โ”‚   โ””โ”€โ”€ utils.ts
โ”‚   โ”œโ”€โ”€ middleware.ts
โ”‚   โ”œโ”€โ”€ providers
โ”‚   โ”‚   โ””โ”€โ”€ SessionProvider.tsx
โ”‚   โ””โ”€โ”€ types
โ”‚       โ”œโ”€โ”€ env.ts
โ”‚       โ”œโ”€โ”€ index.ts
โ”‚       โ””โ”€โ”€ next-auth.d.ts
โ”œโ”€โ”€ tailwind.config.js
โ””โ”€โ”€ tsconfig.json

๐Ÿ“ Project Summary

๐Ÿ’ป Stack

  • next: React framework for building server-side rendered and static websites.
  • react: JavaScript library for building user interfaces.
  • axios: Promise-based HTTP client for making API requests.
  • tailwindcss: Utility-first CSS framework for styling web applications.
  • next-auth: Authentication library for Next.js applications.
  • drizzle-kit: Toolkit for building data-driven React applications.
  • typescript: Typed superset of JavaScript that compiles to plain JavaScript.
  • prettier: Opinionated code formatter to maintain consistent code style.

โš™๏ธ Setting Up

Your Environment Variable

  • Step 1

  • Step 2

๐Ÿš€ Run Locally

1.Clone the Cinewave repository:

git clone https://github.com/Pixelated21/Cinewave

2.Install the dependencies with one of the package managers listed below:

pnpm install
bun install
npm install
yarn install

3.Start the development mode:

pnpm dev
bun dev
npm run dev
yarn dev

๐Ÿ™Œ Contributors

โ˜๏ธ Deploy

[Application name](Your App URL)

๐Ÿ“„ License

This project is licensed under the MIT License - see the MIT License file for details.

cinewave's People

Contributors

pixelated21 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.