Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

badmintoncat/cinescope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CineScope

A movie search and discovery app built on top of TMDb API using React, TypeScript, Express and Node.

Features:

  • Search for movies and TV shows from a comprehensive database (by TMDb)
  • Save favorite list of movies / TV shows
  • ...

How to run:

For demo purposes, you can run a single container which serves the backend and frontend:

  1. Build the docker image:
docker build -t cinescope:latest -f Dockerfile .
  1. Run a docker container from the image:
docker run --cpus=1 -d -p 80:3000 cinescope:latest
  1. Visit http://localhost for the demo.

Tools and Libraries:

UI & Styling:

State Management:

About

A movie search and discovery app

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages