ASMR Coding | Journal entry app with React + some keyboard sounds (Part 1)
This is an ASMR-styled video of my trying to code a simple app with React.js.
This is part 1 of a multi-part series where I code a journal entry app with React.js, which will eventually have journal entry creation functionality, removing an entry and viewing all entries with previous and next buttons.
Note that I did not intend to make this 100% a tutorial, but you might learn something despite it. This is for your ASMR tingles as you watch me code. I made keyboard sounds as I code as well as speak in a quiet room voice for the tingles.
[Info about ASMR]
ASMR stands for Autonomous Sensory Meridian Response.
If you don't know anything about ASMR, briefly, it's essentially a video where noises such as whispers are being made/played in a way that might trigger sensational triggers such as tingles as a response to these noises.
[0:00] Intro
[1:25] Journal component
[5:15] Journal entry component
[9:27] styling my page
[15:47] Journal entry component cont.
[21:41] styling journal entry
[27:55] making prev+next buttons + styling
[34:34] making temporary sample journal entries
[40:13] coding prev+next button functionality
[49:00] conclusion of part 1