This project is designed for coffee lovers. We want to build an online group for coffee lovers. Coffee lovers can sign up by filling in their personal information through the app, and then join gtoup. After joining, they can share their experiences and meet more like-minded friends.
first, we need to create the basic framework that HTML needs. The basic
elements required are as follows:
second,we should use the body to creat the content of the page.I used the
container to put the information in and a lot of div to define the
diffrent class so that i can edit it in the style.css later.I put my
Next,I created a form in which I set five different labels for input, and
then set a button of submit.
I also use css to design the style.
Then, I linked the web to the firebase.database.
I set the relevant functions and values in JS to help data push and
save.
Finally, I test the database.