Here is the link to the website. Just have a glance at it.
The website is written in react. On the right side, some json content is being displayed. That's some random meeting details being fetched from an API. Basically that API sends some of the meetings from an entire list. Now, I want to add CRUD operations for new meetings on the left side of the page. I tried to use firebase's real time database, but all the tutorials for it are outdated and I keep running in errors(I am new to react). Delete operations are not necessary, but will be better to have it.
I want to know what else can I use, because I will be hosting this site on github-pages, and maybe some database services might not work with it. I don't think I can use firebase's database service, not sure.