/companies-list

simple react / next.js listing with search

Primary LanguageTypeScript

companies-list

code style": prettier Commitizen friendly

getting started

make install
make dev

demo

application screenshot

perfomance metrics

scripts

  • make install
  • make dev
  • make build
  • make lint

api

GET /api/companies:

[
  {
    "id": 0,
    "name": "Dickinson LLC",
    "logoUrl": "https://robohash.org/0",
    "type": 3,
    "address": {
      "city": "East Andreannehaven",
      "country": "Macedonia",
      "lat": "14.7599",
      "lng": "157.8082"
  }
},