Skip to content

online-edu/react-norris

Repository files navigation

Chuck Norris Jokes (ReactJS)

Chuck Norris jokes for developers, a sample app which is built using ReactJS v16, Bootstrap v4, SCSS, HTML, and JavaScript, and building tool is Webpack.

Demo

Visit http://norris.onlineedu.in

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 - localhost:8080
  7. Build the app
    1. Build - npm run build or yarn build
    2. Check ./dist folder
  8. Run the tests
    1. Hit - npm test or yarn test
    2. Hit - npm run test:w or yarn test:w for watch mode
    3. Hit - npm run test:c or yarn test:c for coverage
  9. Run linter
    1. Hit - npm run lint or yarn lint

Enhancement

  • PostCSS
  • IndexDB
  • Redux