Skip to content

A Huddle landing page with alternating feature blocks taken from Frontend Mentor challenges

Notifications You must be signed in to change notification settings

5hraddha/huddle-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Huddle Landing Page

About the Project

This project is a solution to the Huddle landing page with alternating feature blocks challenge taken from Frontend Mentor and made in ReactJS using React Hooks and Styled Components.

Screenshot

screenshot

Technologies and Standards Used

The technologies that have been used are:

  1. HTML (Hyper Text Markup Language)
  2. CSS (Cascading Style Sheets)
  3. ReactJS
  4. React Styled Components

React.js is an open-source JavaScript library that is used for creating single-page applications and reusable UI components. In this project, we are using React Hooks for creating UI components and have enabled typechecking With PropTypes for the UI components that needs some props.

Styled components are a CSS-in-JS tool that bridges the gap between components and styling.
Why Styled Components?

  • Automatic vendor prefixing - We can use standard CSS properties, and styled components will add vendor prefixes should they be needed.

  • Unique class names - Styled components generates unique class names for our styles. We never have to worry about duplication, overlap or misspellings.

  • Simple dynamic styling - Adapting the styling of a component based on its props or a global theme is simple and intuitive without having to manually manage dozens of classes.

  • Painless maintenance - We never have to hunt across different files to find the styling affecting our component, so maintenance is a piece of cake no matter how big our codebase is.

Read about Styled Components

Components Hierarchy

You can read about the structure and usage of the different components - here

react-components-hierarchy

Live Demo

Check the live page here