https://github.com/drapegnik/companies-list
simple react / next.js listing with search
https://github.com/drapegnik/companies-list
Last synced: over 1 year ago
JSON representation
simple react / next.js listing with search
- Host: GitHub
- URL: https://github.com/drapegnik/companies-list
- Owner: Drapegnik
- Created: 2022-04-09T11:34:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T22:07:11.000Z (over 4 years ago)
- Last Synced: 2025-02-12T05:12:35.511Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://companies-list-drapegnik.vercel.app
- Size: 306 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
Awesome Lists containing this project
README
# companies-list
[](https://github.com/prettier/prettier)
[](http://commitizen.github.io/cz-cli/)
## getting started
```
make install
make dev
```
## demo
[](https://companies-list-drapegnik.vercel.app/)
[](https://pagespeed.web.dev/report?url=https%3A%2F%2Fcompanies-list-drapegnik.vercel.app%2F&form_factor=mobile)
## scripts
- `make install`
- `make dev`
- `make build`
- `make lint`
## api
> `GET /api/companies`:
```json
[
{
"id": 0,
"name": "Dickinson LLC",
"logoUrl": "https://robohash.org/0",
"type": 3,
"address": {
"city": "East Andreannehaven",
"country": "Macedonia",
"lat": "14.7599",
"lng": "157.8082"
}
},
```