movie-browser-app
React-redux + Firebase application to browse on movie database
File Explorer
Download Latest Version (.zip)- cssTransform.js
- fileTransform.js
- env.js
- modules.js
- paths.js
- pnpTs.js
- webpack.config.js
- webpackDevServer.config.js
- favicon.ico
- index.html
- manifest.json
- build.js
- start.js
- test.js
- axios.ts
- fakeResponse.js
- apiFirebase.js
- apiMovies.js
- _animations.scss
- _theme.scss
- _variables.scss
- custom.scss
- Auth.js
- Logout.js
- SocialLine.js
- SocialLine.scss
- actions.js
- Auth.js
- Auth.scss
- helpers.js
- reducers.js
- sagas.js
- ActorItem.js
- ActorList.js
- ActorList.scss
- ImageList.js
- Recommendations.js
- Recommendations.scss
- actions.js
- Movie.js
- Movie.scss
- reducers.js
- sagas.js
- MovieBrowser.js
- MovieFilter.js
- MovieFilter.js
- MovieFilter.scss
- MovieCard.js
- MovieCard.scss
- noimage.png
- index.js
- MovieList.js
- MovieList.scss
- actions.js
- MovieBrowser.js
- reducers.js
- sagas.js
- MovieSearchForm.js.snap
- MovieSearchForm.js
- MovieSearchForm.js
- MovieSearchForm.scss
- actions.js
- reducers.js
- sagas.js
- Search.js
- WatchListButton.js
- actions.js
- reducers.js
- sagas.js
- WatchList.js
- index.js
- redux.js
- PrivateRoute.js
- WithHttpErrorHandler.js
- Backdrop.js
- Backdrop.scss
- Footer.js
- Footer.scss
- Header.js
- Header.scss
- Modal.js
- Modal.scss
- bg.jpg
- index.js
- Layout.js
- Layout.scss
- App.js
- axios.js
- config.js
- index.js
- routes.js
- store.js
- test-utils.js
- .env
- .gitignore
- database.rules.json
- LICENSE
- MovieBrowser_1.png
- MovieBrowser_2.png
- package-lock.json
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/pylnata/movie-browser-app
Downloads the entire project code from GitHub to your computer.
cd movie-browser-app
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
