- Use React as a front-end framework.
- Write semantic markup.
- Use client-side storage for the data.
- Use any testing framework to write unit tests.
- Do not use public source code repositories like GitHub but store the source code in any cloud storage or send via email as an attachment.
-
Build ”Policies” section
- Implement policy card list view
- As image assets are not provided, use any that you see fit for design
- Implement navigation from Policy card to Policy detail view
-
Build ”Policy detail” section
- Implement policy detail view
- As image assets are not provided, use any that you see fit for design
-
Build ”Policy edit” section
- Implement Insurance Policy editing functionality
- As mentioned earlier, use client-side storage for data persistence
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner.
See the section about running tests for more information.
Reformats your code according to If's standard.