Try it out on Heroku
!
Simple web app that allows a user to select their car from a directory of registered cars.
NOTE: Requirements here
There's an API service running on a Heroku app to provide data.
It is a dockerized node app, which is available at sombreroenpuntas/car-list-service.
Source code is included also in Dockerfile.
The provided web app is built with Next.js
.
The following scripts are available:
yarn test // run unit & integration tests with jest
yarn lint // run flow, eslint & prettier code checks
yarn dev // starts dev server locally, with hot reload
yarn build // generate PRD bundle
yarn start // starts PRD server
husky
enforces linting when committing code (runs locally)- Travis CI will pick every push and run test suites, and will trigger a
Heroku
deploy formaster
branch. codecov
keeps an eye on the test coverage, andcodeclimate
prevents accumulating technical debt
There's a web app deployed as a Heroku app, matching latest master.