bootcamp-project1 / The-wine-cage

https://bootcamp-project1.github.io/The-wine-cage/
2 stars 0 forks source link

add search form #2

Closed japankid-code closed 3 years ago

japankid-code commented 3 years ago

search form handles input for:

japankid-code commented 3 years ago

added the basic layout in develop, you can start a new feature branch for this one.

Jmuel9999 commented 3 years ago

Added basic search form layouts. Orienting the style chosen from Tailwind is something I will need to go through with everyone to make sure I am doing things correctly. I ended up just putting a basic HTML format for the categories in. Everything seems to be in order so far.

Jmuel9999 commented 3 years ago

Revamped the form after finding a better template. Looks MUCH better now!

japankid-code commented 3 years ago

think I found a good way to make buttons using a css class to apply a bunch of tailwind themes. this would make the html a lot more readable and understandable. I think we would have to install tailwind as a PostCSS plugin for the tailwind feature to be able to work with our site, I'm looking into setting that up.