Giter Club home page Giter Club logo

anime-list-web-app's Introduction

Start Here

Welcome to the React Developer interview. This coding exercise should take you no more than 4 hours, but you have 24 hours to complete from the moment you fork.

You'll be building a functional feature that gives users the ability to add fruits to their shopping cart. Your feature should fulfill the following requirements while ensuring production-ready code quality:

  1. Query for the list of anime
  2. The input should be a typeahead that renders anime names. When typing into the typeahead, the search results are fetched and displayed. There is NO "Submit" or "Search" button. Data should be fetched on input change.
  3. Upon clicking on an anime, we should be directed to a page dedicated to that anime.
  4. Feel free to make use a design of your choosing, but I expect a nice UI and UX when executing the search

The above requirements are the bare minimum. Below are some extra bonus points to consider, and elements I'll be looking out for as I review your code:

  1. Make intuitive UI considerations, add comments if necessary to explain your decision thought process.
  2. Make sure to implement performant code. In a real world scenario, consider how your implementation could be optimized.
  3. Accessibility
  4. General best practices around component structuring
  5. You're allowed to use libraries for more complicated functionality, but bonus points if you implement everything yourself

API Url

https://api.jikan.moe/v4/anime?q= https://api.jikan.moe/v4/anime/{id}/full

API Documentation: https://docs.api.jikan.moe/#tag/anime/operation/getAnimeSearch https://docs.api.jikan.moe/#tag/anime/operation/getAnimeFullById

Instructions

  1. FORK this codesandbox, you may need to create an account on codesandbox.io.
  2. You have 24 hours to complete the exercise and send your new codesandbox url back to me. Submissions past the 24 hour period will not be considered.

anime-list-web-app's People

Contributors

charliemalicay avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.