Skip to content

online-edu/react-movies

Repository files navigation

React Movies App

A sample app which is built using ReactJS v16, Bootstrap v4, SCSS, HTML and JavaScript.

Demo

Visit https://online-edu.github.io/react-movies

Run app locally

  1. Install NodeJS
  2. Install any good IDE of your choice e.g. Visual Studio Code
  3. Launch VS Code and open this project (after either by cloning or downloading)
  4. Open terminal (if VS Code Ctrl-backtick)
  5. Install dependencies:
    1. App dependencies - npm install or yarn install
  6. Run the app
    1. Serve - npm start or yarn start
    2. Visit - https://localhost:3000
  7. Build the app
    1. Build - npm run build or yarn build
    2. Check ./build folder
  8. Run the tests
    1. Hit - npm test or yarn test
    2. Hit - npm run test-coverage or yarn test-coverage
  9. Run linter
    1. Hit - npm run lint or yarn lint

Note:

  • If not already, Please install Create React App before you start.
  • More than 4 items you may see in larger screen, it is kept intentionally to improve user experience.

Enhancement

  • Scroll and load (infinite-scroll)
  • Better error messages