What is it ?
I created this database because I will soon have to apply for internships and in order to do it best I should be well organized. For my previous internship applications
I wasn't very organized so it was a bit messy. I sent the same email and the same cover letter to almost every company, just changing the name of the person because I didn't had much time. Thus, it was not very personnalised. Moreover
Including in the database the email adress, the name of the person to which it is directed and some of the companies value could then be used to automatically personalize the email and cover letter.
How does it work ?
The database is based on Google's FireBase Realtime DataBase technology. It will alow me to enter different variables such as: the name of the company, the name of the person who I am sending the mail to, his or hers email adress, the title of the position, and values of the company or skills that are needed for the position. It could also be efficient to write the date of the contact to remember which internships I have applied to and when.
The database will be updated each time I submit a company with the form.
Let's get to work!
To create the form, you can use html and css.Below, you can see the code used to create a very basic form.
First the HTML code: first you need to use a "form-box" class type. With label, you can create the legend of the box and with input you allow the user to write in the box. It is important to mention the type of input that the user can add.
Then we have the CSS code.
Finally it should look like this: