Skip to content

shobhit-gupta/fem10-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard landing page

This is a solution to the Clipboard landing page challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page

Screenshot

Mobile Screenshot

Desktop Screenshot

Links

My process

Built with

  • Svelte - Frontend Framework (like React)
  • SvelteKit - Fullstack Framework (like Next.js)
  • tailwindcss - Utility-first CSS framework

What I learned

  • Use of tailwindcss with Sveltekit project
  • prettier-plugin-tailwindcss
  • Rapid development then refactoring
  • place-self CSS property
  • Change SVG fill color on interaction with tailwindcss
  • Assets in sveltekit apps should be referred with a preceding forward slash
  • @sveltejs/adapter-static
  • Deploying SSG SvelteKit project to Vercel