Is possible to create an activity register APP with Ionic?

Hello,
First of all I would like to say sorry for my english, i’m brazilian.
My project is to create a simple activity register app, show these registers in a table and feed a DB with this information. What I was planning is to build a page where I have 2 fields, one to set up an datetime, something like “17/05/2018 10:00” and another field with the activity “Shit arrived”. In the same page have a button “register” to send these data to a DB and in another page show this live data from DB on a table like the example below.

|Date | Activity |
|17/05/2018 10:00|Ship arrived|
|… |… |

My question here is if it’s possible to do this with ionic and if someone could help me with some tips and examples of similar works.
Thanks.