minischetti / code-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abercrombie And Fitch

Front-end Developer Coding Exercise

Hi and welcome! Today you'll be working with an existing codebase to finish a small app that fetches products from a server and displays them on a web page.

Please implement the following:

  1. Return an array of product objects that each have a name and price.
  2. Connect to the server from the React front-end.
  3. Display the products on the web page.

About


Languages

Language:JavaScript 74.0%Language:HTML 17.4%Language:CSS 8.6%