Skip to content

nekopudding/photosnap-multi-page-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Photosnap Website solution

This is a solution to the Photosnap Website challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

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

Screenshot

Links

My process

Built with

  • HTML, CSS
  • React - JS library
  • MUI - React component library

What I learned

updatedStories.forEach((story) => {
  import('assets/stories/desktop/' + story.image)
  .then(img => imageList.push(img.default))
})
  • using CSS grid for responsive layout of repeated cards at different dimensions
  • using styled components as lightweight styling for reused components
  • use opacity for creating fainter text colors for body text instead of setting the color directly allows it to be usable for both light and dark themes
  • learn to better use figma - measuring distances between layers

Continued development

I will reduce my reliance on UI librarys: Practice good practises in development using React from scratch - PropTypes, CSS variables

Practice using typescript.

Author

About

implementing a website design into html and css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published