Skip to content

vanshaj-pahwa/scenic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scenic

A movie and TV series discovery app built with React. Browse trending content, search across movies and shows, watch trailers, and stream from multiple servers.

React SCSS TMDB License

Features

  • Multi-Server Streaming: Watch movies and TV episodes from 10+ configurable servers with a built-in server selector
  • TV Series Player: Season and episode selector with previous/next navigation and auto-saved progress via localStorage
  • Hero Carousel: Auto-playing showcase of top 5 trending movies with poster art and quick actions
  • Global Search: Debounced multi-search across movies and TV shows with instant results
  • Genre & Country Filters: Filter content by genre or production country on catalog pages
  • Trailer Playback: Watch YouTube trailers directly in-app through a modal player
  • Detailed Info Pages: Backdrop art, cast lists, ratings, genres, runtime, and related recommendations
  • Responsive Design: Optimized layouts for mobile (with bottom nav), tablet, and desktop

Tech Stack

Layer Tools
Framework React 18, React Router DOM v6
Styling SCSS, Mantine UI
Animations Framer Motion, Swiper.js, CSS transitions
API TMDB (The Movie Database)
HTTP Axios with interceptors
Icons Boxicons, Font Awesome
Utilities use-debounce, query-string, react-hot-toast

Getting Started

Prerequisites: Node.js v14+ and a free TMDB API key.

git clone https://github.com/vanshaj-pahwa/scenic.git
cd scenic
npm install

Create a .env file in the root:

# TMDB
REACT_APP_API_KEY=your_tmdb_api_key

# Streaming servers (movie & TV pairs)
REACT_APP_MOVIE_SERVER1=https://example.com/embed/movie/
REACT_APP_TV_SERVER1=https://example.com/embed/tv/
# ... configure up to SERVER10
npm start

Open http://localhost:3000.

Routes

Path Page
/ Home: hero slider, trending and top rated sections
/movie Movie catalog with filters
/tv TV series catalog with filters
/movie/type/:type Movies by type (popular, top_rated, now_playing, upcoming)
/tv/type/:type TV by type (popular, top_rated, on_the_air)
/movie/:id Movie detail + player
/tv/:id TV series detail + episode player
/search/:keyword Search results

Contributing

  1. Fork the repo
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Commit: git commit -m "Add your feature"
  4. Push: git push origin feature/your-feature
  5. Open a pull request

Built by Vanshaj Pahwa

About

Scenic is a free streaming platform that allows you to watch movies and TV series from various servers without any subscription fees. Discover the latest blockbuster or a hidden gem with instant trailer previews and advanced search and filtering options with Scenic!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages