Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinkakun/pneuma-care-assesment
https://github.com/yinkakun/pneuma-care-assesment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yinkakun/pneuma-care-assesment
- Owner: yinkakun
- Created: 2021-07-09T04:29:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T11:08:26.000Z (over 3 years ago)
- Last Synced: 2024-10-14T07:11:39.553Z (3 months ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PneumaCare Assessment
Code Repo for PneumaCare Coding Assessment
Live demo available at [thestarwarspeople.netlify.app](https://thestarwarspeople.netlify.app)
## Instructions
Using the [Starwars API here](https://swapi.dev/), build a simple web app with the following pages:
Page 1 - Using the [people API here](https://swapi.dev/documentation#people), displaying a card list of people.
Page 2 - Users navigate here by clicking on one of the cards on Page 1. This page will display the details of the person using the get person API endpoint.
**Also, note that the UI design isn't our priority. Feel free to use Ant design.**
## Build Setup
```bash
# Install dependencies
$ yarn install# Serve with hot reload at localhost:8000
$ yarn dev# Generate static project
$ yarn build
```