Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.44 KB

This project was developed by me while I learn and practice new technologies and it is based on a real job challenge from a real company.
Companny: B2W
Original challenge description: link
My response:   Run App/Demo   Source Code
Main project: challenges-accepted

Challenge: B2W User Profile

Stack: React

The goal is to create a client-side application to consume an API and to show its data in the user profile. This application must work on the latests browsers.

Layout is already defined:

Layout

PSD file is also available.

This is the API endpoint. Or use this mock data.

Requirements

  • Application must have great user experience, no matter the device
  • You can use Angular or React
  • Create a build of your project in a folder called 'dist' or 'build'
  • Don't forget to add instructions on how to deploy and run your project