Skip to content

sombreroEnPuntas/review-feed

Repository files navigation

review-feed

Try it out on Vercel!

Maintainability Test Coverage

Simple web app that allows a user to browse their reviews.

NOTE: Requirements here

Scripts

This is a Next.js project bootstrapped with create-next-app.

The following scripts are available:

yarn lint   // run tsc, eslint & prettier code checks
yarn test   // run jest tests (unity & integration)
yarn dev    // starts dev server locally, with hot reload
yarn build  // generate PRD bundle
yarn start  // starts PRD server

Service

There's an API service to provide data.
Here are the docs, and how to generate the client.

CI

  • husky enforces linting and commit messages locally
  • Merges to master branch and PRs will trigger deploys on Vercel envs
  • codeclimate prevents accumulating technical debt
  • a changelog is auto-generated after pushing to master
  • PRs get robot reviews: comments and checks 🤖

Web app

There's a web app deployed as a Vercel app, matching latest master, and envs are created for new PRs.