Challenge Overview
For this challenge we are continuing to build react components for the DPS web site. Components that will be built are described at https://topcoderinc.github.io/dsp-docs/
for this challenge, the following pages are in scope
* Login & Signup
* Home
* Browse Provider
* Drone Detail
* Home
* Browse Provider
* Drone Detail
In the Drone Detail page there are a few changes to be made:
* Change the name to Provider Details (urls, breadcrumbs, etc)
* The page should display details for all the provider drones, so place Drone About and Drone Specification components inside a pager container (simple left&right arrow navigation)
Login and signup modal popups can be implemented using auth0, similar to how it is implemented in our demo app . Login and registration should be wired to the backend API. Backend code is available at https://github.com/topcoderinc/dsp-server . The endpoints you should use are <api_url>/register , <api_url>/login and <api_url>/login/social* The page should display details for all the provider drones, so place Drone About and Drone Specification components inside a pager container (simple left&right arrow navigation)
The base code for the frontend is available at the repository, follow the provided code structure for components and pages.
Final Submission Guidelines
- Upload documentation for how to run your submission
Upload all your source code as a zip for review
Winner will be required to submit a pull request with their winning code.