https://github.com/mcabreradev/teladoc-test
Created with CodeSandbox
https://github.com/mcabreradev/teladoc-test
Last synced: over 1 year ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/mcabreradev/teladoc-test
- Owner: mcabreradev
- Created: 2023-04-30T03:22:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:23:20.000Z (over 2 years ago)
- Last Synced: 2025-02-07T12:47:24.320Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/mcabreradev/teladoc-test
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Parser Challenge
Examine the pre-existing file structure and, given what's available, call the Star Wars API to load and display species data for _The Empire Strikes Back_.
## Instructions
- Review the associated [design](https://assets.livongo.com/image/upload/v1615306039/front-end-challenges/api-parser_uykt7z.png) carefully and match the data display exactly.
- Height should be displayed in inches.
- Images can be added from the `SPECIES_IMAGES` object.
- Only edit _App.js_, no changes to any other files (including Sass) are necessary.
- Due to an unfortunate issue with the API and CodeSandbox, you will have to alter the corresponding species URLs to be `https` rather than the default `http` or else they will not load correctly.
- Add the `Species` components inside of the `App-species` element.
- Keep a close eye on the PropTypes of `Species` and ensure there are no errors in the console.