Note
Team picture TBA.
Cinematd is an app that provides way for everyone to not only log movies for your own personal diary, but also plan a movie-hangout! Create a profile with your favorite upcoming movies through our movie tracker, interact with other users to see what upcoming movies they would like to see with our integrated chat system, and see what theaters in your area are showing the movie you want to watch through our Movie Map. Missing out on a showing would no longer be a worry! Consistently update your log and your likely ever-growing watchlist, talk with other fellow cinephiles, and plan your future movie-night-outs with your family or friends through Cinematd!
- Google Maps API(Places Library, Maps JavaScript API)
- Firebase API
- TMDB (The Movie Database)
- Context API
For newer iterations of Cinematd using Vite to automate project builds, you may want to delete the node_modules folder within
/movieapp (if present) containing packages that likely contain a multitude of vulnerabilities and manually install the following dependencies:
npm install @emotion/reactnpm install @emotion/stylednpm install @mui/styled-enginenpm install @mui/icons-materialnpm install bootstrapnpm install dotenvnpm install firebasenpm install react-bootstrapnpm install react-firebase-hooksnpm install react-iconsnpm install react-router-domnpm install react-selectnpm install -D sass-embedded