Skip to content

Gettie1/landing-page-reactjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React Landing Page

A beginner-friendly project for creating a simple landing page using React and CSS. This project demonstrates the basics of component structure, styling, and responsive design.


Features

  • Hero Section: A welcoming message with a call-to-action button.
  • About Section: Information about your site or organization.
  • Services Section: Highlights the services offered in a responsive grid.
  • Footer: Includes copyright information and social media links.
  • Responsive Design: Fully adaptable to different screen sizes.

Technologies Used

  • React: For building the user interface.
  • CSS: For styling the components.
  • Flexbox and Media Queries: For responsive design.

Folder Structure

  • react-landing-page/
    • public/
      • index.html
    • src/
      • components/
        • Footer/
          • Footer.jsx
          • Footer.css
        • Navbar/
          • Navbar.jsx
          • Navbar.css
      • pages/
        • LandingPage/
          • LandingPage.jsx
          • LandingPage.css
      • App.jsx
      • index.js
    • .gitignore
    • package.json
    • README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • CSS 45.6%
  • HTML 2.8%