- Finish creating your own version of http://pairprogrammingbot.com/ using Sinatra, ERB templates, and custom CSS (Aron).
- Continue working on the Sinatra database application:
- Add a layout that yields to a template
- Add a
/productsroute that lists all the products in the store database in an HTML table - Add a root route (
/) that contains links to the/usersand/productspages - Add a back button on
/usersand/productsthat takes you back to the home page - Style the tables using CSS
- If the product is on sale, display an image in the table
- Add "zebra stripes" to the table (rows alternate background colors, making them easier to read across)
Submit the assignment by commiting and pushing a repository to GitHub (no need to submit to Schoology).
Make every table header clickable so that they will sort on that column.