Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.02 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.02 KB

Ani Search (FE Coding Assignments)

Expected Result Example

demo

Features

  • Search character by keyword, show character name and image from search result
  • Search staff by keyword, show staff name and photo from search result

Please implement above feature with

  • React.js (Next.js) and Hook
  • Material-UI
  • GraphQL (Apollo GraphQL)

Improvements

  • No matched result handling
  • Error handling
  • and any improvements you want to do...

Development

$ yarn install --frozen-lockfile
$ yarn dev

GraphQL API Document

Material-UI component you may want to use

  • Box
  • Button
  • CircularProgress
  • Container
  • FormControl
  • InputLabel
  • MenuItem
  • Select
  • TextField
  • and any components you want to use...

Material-UI

Contact

If you have any problems, please contact [email protected] or open an issue.