Code Monkey home page Code Monkey logo

react-challenge's Introduction

Take-home challenge instructions

Aim of this challenge:

  • Develop a simple web app using [DELETE NON-APPLICABLE] React & TypeScript / React / VanillaJS
  • You have full freedom over the styling of your app and while this is not as important to your overall score as functionality and code conventions we would expect your app to be responsive and follow best CSS practices (e.g. BEM naming conventions)
  • App.tsx currently imports dummy json data - you MUST use data returned from an api call in your final submission, rather than this data.

Running the app

To fire up the project run npm install and then npm run start in the root directory

Requirements and expectations:

[DELETE NON-APPLICABLE]

Junior Developer

  • Create at least two separate pages:
    • Home page with ~10 items displayed
    • Individual page to show info on each item, accessed by clicking on an item on the home page
  • Use of at least 3 separate front-end components to display data (you may edit and use the existing Card component but App does not count ๐Ÿ˜‰ )
  • Integrate with one of the APIs listed below to retrieve data using a GET request (any method of implementation is allowed)
  • Push to a repo on github/gitlab with properly labelled commits

Mid-Weight Developer

  • Create at least two separate pages:
    • Home page with ~10 items displayed
    • Individual page to show info on each item, accessed by clicking on an item on the home page
  • Use of at least 3 separate front-end components to display data (you may edit and use the existing Card component but App does not count ๐Ÿ˜‰ )
  • Integrate with one of the APIs listed below to retrieve data using an authenticated GET request (any method of implementation is allowed)
  • Include a search component using queries to filter results
  • Apply atomic design priniciples to the app structure
  • Setup linting config and apply to your repo
  • Push to a repo on github/gitlab with properly labelled commits

Senior Developer

  • Create at least two separate pages:
    • Home page with ~10 items displayed
    • Individual page to show info on each item, accessed by clicking on an item on the home page
  • Use of at least 3 separate front-end components to display data (you may edit and use the existing Card component but App does not count ๐Ÿ˜‰ )
  • Integrate with one of the APIs listed below to retrieve data using an authenticated GET request (any method of implementation is allowed)
  • Include a search component using queries to filter results
  • Apply atomic design priniciples to the app structure
  • Setup linting config and apply to your repo
  • Implement performant code and comment to show where you have made improvements or tested your output
  • Keep the size of your built repo as small as possible
  • Push to a repo on github/gitlab with properly labelled commits

react-challenge's People

Contributors

hazemphoenix avatar davidflores24 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.