A simple search bar with minimal styling
There was no completely "new" for me in this project. Nothing really exciting here, but I believe it was a great review for me. Especially when it comes to ".toLowerCase()" or ".toUpperCase()". I sometimes forget how useful these functions/methods are.
Deployed with Google Firebase.
From command line, first clone this repo:
# Clone this repository
$ git clone https://github.com/rnoh96/search-bar.git
# Go into the repository
$ cd search-bar
# Go into the public folder
$ cd public
Once you are in the correct folder:
# Open the html file in default browser
$ open index.html
You should now see a working webpage.
**I won't be covering how to deploy this webpage on Firebase