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.
- 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.
- React: For building the user interface.
- CSS: For styling the components.
- Flexbox and Media Queries: For responsive design.
react-landing-page/public/index.html
src/components/Footer/Footer.jsxFooter.css
Navbar/Navbar.jsxNavbar.css
pages/LandingPage/LandingPage.jsxLandingPage.css
App.jsxindex.js
.gitignorepackage.jsonREADME.md