Skip to content

Shaimaa01/personal-blog

Repository files navigation

Frontend Mentor - Personal blog solution

This is a solution to the Personal blog challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • Navigate to all pages by clicking links or using their keyboard
  • Read all articles
  • Select their color theme
  • Submit their email to subscribe to the newsletter
  • Receive an error message when the newsletter form is submitted if:
    • The Email Address field is empty
    • The Email Address is not formatted correctly
  • Receive a success message if submitted correctly
  • View the optimal layout for the interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page

Screenshot

Links

My process

Built with

What I learned

In this project, I learned:

  • useContext for managing global state without prop drilling.
  • React Markdown and its "black magic" ✨ with plugins like rehype-highlight, rehype-raw, and remark-gfm to render and enhance Markdown content in React.

Continued Development

I am currently learning Sass to improve my CSS workflow and enhance styling efficiency in future projects.

Useful Resources

  • useContext Explained Simply - This video helped me understand and simplify the concept of useContext in React. Highly recommended for anyone learning state management!

Author

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published