richardcyrus / fm-minimalist-portfolio-website

This is a solution to the Minimalist portfolio website challenge on Frontend Mentor

Home Page:https://fm-minimalist-portfolio-website.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Minimalist portfolio website solution

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

Table of contents

Overview

The challenge

Build out a multi-page portfolio website and get it looking as close to the reference design as possible.

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
  • Click the "About Me" call-to-action on the homepage and have the screen scroll down to the next section
  • Receive an error message when the contact form is submitted if:
    • The Name, Email Address or Message fields are empty should show "This field is required"
    • The Email Address is not formatted correctly should show "Please use a valid email address"

Screenshot

Reference Preview

Desktop Screenshots

Tablet Screenshots

Mobile Screenshots

Links

My process

I first completed the design in plain HTML and SASS. Once those designs were complete, I translated them for React and Next.js.

This is my first Next.js application and haven't written anything in React in just under two years. While this was mostly just a translation of the HTML designs to React, the navigation and form were areas that provided challenges.

I originally had plans to use CSS/SCSS modules when moving to Next.js, but it would make more sense to start the design in Next than to try to translate what I had already completed for the HTML/SASS version of this project. AS a result, I just used a global stylesheet instead of SCSS modules.

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • React - JS library
  • Next.js - React framework

Useful resources

Author

About

This is a solution to the Minimalist portfolio website challenge on Frontend Mentor

https://fm-minimalist-portfolio-website.vercel.app/


Languages

Language:JavaScript 59.8%Language:SCSS 40.2%