SungJunEun / Mini-Clothes-Shop

Displays the items of the clothes and filters out the items by its categories and colors.

Home Page:https://minigame.kkang60298.repl.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Clothes Shop

Simple & first CSS, HTML, JS Implementation


Summary

Displays the items of the clothes and filters out the items by its categories and colors.

from 2021.06.28 - 30.


Tech

I used..

  • HTML -Backbone of the web application
  • CSS - Make it prettier
  • Javascript - Allow me to play with web
  • Replit

with Github.

Key Features

  • Display items

    • Write JSON file with the items we wnat to display
    • fetch API to access the JSON data
    • createHTMLstring function to modify JSON body into HTML format

    ezgif com-gif-maker (1)

  • Filtering items

    • addEventListner method to set up a function when the buttons are clicked
    • onButtonClick funciton & filter method to filter items
    • Show new items with 1. Display items

    ezgif com-gif-maker

Architecture

About

Displays the items of the clothes and filters out the items by its categories and colors.

https://minigame.kkang60298.repl.co/


Languages

Language:HTML 43.3%Language:JavaScript 29.4%Language:CSS 27.4%