Challenge Overview
We have a simple HTML based UI mockup for our submission app, in this challenge, we are looking for your help to do the following:
Material UI
REST
HTML5
Javascript
- Convert the UI mockup to material UI using React, you will likely need to use components from https://material-ui-next.com/ but also make sure you finish your submission based on the code base we provided in the forum.
- Make sure the submission app has no hardcoded data, everything should be integrated with the dummy api we included in the forum. And the api endpoints need to be configurable (most likely just the root endpoint needs to be configurable) so that we can easily swap in the real api later.
- Please carefully check the slides we provided in the forum to understand what's in scope and what is not.
- Make sure your code follows best coding practices and is well documented.
Technology
ReactJSMaterial UI
REST
HTML5
Javascript
Final Submission Guidelines
- Updated code that covers all the requirements, all included in a single zip file.
- The readme in the base code should be updated to reflect the changes made in this challenge, it should include detailed instructions on how to configure, build, run and verify your submission.