bondz / exercise-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise React

Run the server with

yarn
yarn start

Or if you use npm

npm install
npm start

Then run the client

cd client
yarn
yarn start

Or if you use npm

cd client
npm install
npm 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

About


Languages

Language:TypeScript 57.1%Language:JavaScript 34.9%Language:HTML 6.1%Language:CSS 1.9%