Git Product home page Git Product logo

etsy-search-page's Introduction

Learning Objectives

After completing this assignment, you should:

  • Have a deep understanding of layout
  • Understand how to use string interpolation
  • Understand DOM Manipulation
  • Demonstrate strong ability to navigate through a large block of JSON data

Normal Mode

Re-Create An Etsy Page - https://www.etsy.com/search?q=whiskey

  1. Utilize the data for whatever search term you use using the items.js file
  2. Everything should be styled as closely as possible, including the navigation bar, grid of items, and footer. (IGNORE: "Recently viewed" and "Similar to recently viewed". Don't worry about getting the background of the footer. Feel free to do whatever you want.)
  3. You are free to change the search term to whatever you'd like.
  4. You should implement hover events and link the items to their proper Etsy product pages (items only, other links can be just linked to #)
  5. No need to make any of the form elements work, just style them properly

Pro Tip, worry about the structure first, the JS second, and the fine details of the design last

Note: Use font-awesome for all the icons https://fontawesome.com/icons?d=gallery

Example for using a font-awesome icon:

Put this in your HTML head to import font-awesome:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />

How to incorporate an icon into your code:

<i class="fa fa-times"></i>

** MAKE SURE TO REMOVE THE s in fas or it will not work properly. **

Resources

  1. Etsy API Documentation
  2. Etsy Page Example

etsy-search-page's People

Contributors

overthemike avatar teyaleoni avatar thomasfshannon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.