juanga13 / dogs-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dogs challenge by juanga13 :3

Done from React code challenge by xoolix (spanish)

I did it mostly for fun lol

Technical stuff

  • font is loaded into main html from google
  • svgs were downloaded directly from figma and imported as react components thanks to create-react-app. Only tweak had to do into the heart svg was to remove the fill class inside the path tag so that I can use fill property in my css correctly.
  • only "extra" library was typecript and scss

Technical challenges

  • Creating the autocomplete function in the search input component

About


Languages

Language:TypeScript 69.5%Language:SCSS 25.8%Language:HTML 4.7%