[x] Add a new page with a background image related to the event provided using the Unsplash API.
[x] Add routing on the button "Create Event" on this Event Create Page.
[x] Add a basic form enclosed within React Bootstrap Tabs component, which takes the basic event-related data (ex. Name, Description, Ticket Name, Event Date)
[x] Add a function to push the event details to the Open Event Server.
[x] Add a function to push the ticket details to the Open Event Server.
This PR adds a component for publishing an event.
Tasks accomplished in this PR:
Update: New UI preview for conference home.
Fixes: #9
Thank you!