Popfilms is our fullstack final project, featuring a social web app focused on movies. This is the front-end repository. here.
Fully updated by Mich Seixas, with her assistant Bô =^..^= We are three movie enthusiasts and Ironhack students who have collaborated to create Popfilms, a captivating social web app dedicated to exploring and sharing our love for films.
You can check the app fully deployed here.
$ cd popfilms
$ npm run build
$ git add .
$ git commit
$ git push origin main
There is a webhook in github that will deploy automatically every push.
- Fork this repo
- Clone this repo
Route | Privacy | Renders |
---|---|---|
/ | public | Home |
/profile | private (user) | UserProfilePage |
/:movieListType | public (user) | MovieListPage |
/movies/:movieId | public (user) | MovieDetailsPage |
* | public (user) | ErrorPage |
... |
- Alert
- CarouselCard
- CommentCard
- CreateComment
- EditUserInfoModal
- FilterForm
- Footer
- LoginForm
- LoginModal
- MenuTop
- MovieDetailInfo
- Navbar
- SignupModal
- UserProfileInfoForm
- ErrorPage
- HomePage
- LoginPage
- LogoutPage
- MovieDetailsPage
- MoviesListPage
- UserProfilePage
This website uses TMDB and the TMDB APIs but is not endorsed, certified, or otherwise approved by TMDB.