This cross-platform App was created for specific reporting needs of the company using React Native framework with JavaScript (back-end) and JSX (front-end).
Two active buttons on the first screen suggest an action.
Create Report
After clicking "Create Report" button the App opens the sreen with the form to fill out.
The button "Confirm" sends the data to a server in JSON format, saving it to the database.
Get Reports
After clicking "Get Reports" button the App opens the screen with all reports in the database and an option to choose a specific report date.
Calendar
Helps to find report for a particular date.
Report
After choosing the date in the Calendar and clicking the button "Show", the App finds the required report in the database and shows it on the screen.