I made an interactable web browser using HTML, CSS, and Javascript for a simple random affirmation or mantra message to appear when the respective message choice is selected.
-
Fork this project to your own Github account (optional)
-
Clone the repository to your local machine using 'git clone git@github.com:BenWehrend/self-care-center.git'
-
cd
into the project -
after project has been opened run 'open index.html' in the terminal
This was our second solo project that was given to us at Turing (assigned the third week I was enrolled at Turing). It took me 4 out of the 6 given days.
- Gain experience building an application that utilizes HTML, CSS and JavaScript
- Write HTML and CSS to match a provided comp
- Understand how to listen to and respond to user events
- Individualize your programming skill set
I used VSCode for pretty much all of my coding. Only made adjustments using the dev tools to see minor tweaks beforehand.
Wins: Making a functioning, although very limited, browser that can be interacted with. I was also able to get over the hurdles faster than the first and second projects.
Challenges: figuring out the best way to accomplish what was being asked to first time around.