It happens all the time : You hear something, or see something, and you think loud in your head : "this I will not forget !"... But you eventually forget it. A song you heard in this movie yesterday, a joke some colleague told you at work, or even a quote from a book you want to remember... Remembering little things of everyday life is a battle you always have to fight. But with VRAC, you can finally take some rest !
VRAC offers you a solution to write down all you thougths and class them by type : song, joke, movie, quote, etc. You just have to fill all boxes and click on the "save" button. The data collected will then immediately be stored in a firebase database and you will be able to find them by searching their type or a keyword in a search box connected to all the data collected.
Create one here. Then you just have to link it to your webpage by writing lines such at these ones at the end of your code :
To write in your database and organise it, read the documentation of database firebase here. With the tools you will find in it, create a page that allows users to find back their notes by searching a keyword or a type of note.
In order to create and give some style to our fillable form, we'll use Skeleton to separate our different boxes in columns. To do so, just write this line in the head of your glitch project :
The fillable form could be structured this way :
Well, you now have all the tools you need to create this wonderful service that will save you time and energy. Don't hesitate to add functions to it : for example, imagine an option that enables you to add your own type of note everytime you're writing thoughts !