Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iknowjavascript/react-driver-detail
https://github.com/iknowjavascript/react-driver-detail
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iknowjavascript/react-driver-detail
- Owner: iKnowJavaScript
- Created: 2019-06-26T14:37:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:11:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T06:12:32.896Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Driver View
Run the server with
```bash
npm install
npm start
```Then run the client
```bash
cd client
npm client:start
```The server part of this system is already designed and exposes a set of REST endpoints via the `/api` route and a GraphQL endpoint.
The client has been setup to consume graphql if you chose to use that instead.
## Task
Build 3 views
- A dashboard with stats and the trips listed in a table.
- A drivers' master-detail page
- A trip page to show the detail for a single trip