Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 2.34 KB

README.md

File metadata and controls

74 lines (50 loc) · 2.34 KB

Frontend Mentor - Advice generator app solution

This is a solution to the Advice generator app 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 the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Generate a new piece of advice by clicking the dice icon

Screenshot

Links

My process

Built with

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

What I learned

  1. As React.js is an improvement on JavaScript, I fully got to understand why Next.js is an improvement on React.js. I'm now a firm believer!
  2. Got to use "place-content: center"; CSS property. I understand it's a shorthand property that combines the align-content and justify-content properties.
  3. Introduced to the concept and benefits of storing text in markdown files rather than in JavaScript files.

Continued development

More Next.js projects. GraphQL projects too in the longer term.

Useful resources

Stackoverflow
YouTube
Google
ChatGPT

Author

Acknowledgments

Solomon Ekrebe, Okeowo Aderemi and Chinonso Ani have been very helpful. Thank you.