Git Product home page Git Product logo

car-gallery's Introduction

car-gallery

Try it out on Heroku!

Build Status codecov Maintainability

Simple web app that allows a user to select their car from a directory of registered cars.

NOTE: Requirements here

On this page

  1. Service
  2. Scripts
  3. CI
  4. Web app

Service

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.

Scripts

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

CI

  • husky enforces linting when committing code (runs locally)
  • Travis CI will pick every push and run test suites, and will trigger a Heroku deploy for master branch.
  • codecov keeps an eye on the test coverage, and codeclimate prevents accumulating technical debt

Web app

There's a web app deployed as a Heroku app, matching latest master.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.