Skip to content

A modern, responsive landing page for a plant shop, built using Next.js with the App Router and styled with Tailwind CSS

License

Notifications You must be signed in to change notification settings

hasanulmukit/eplant-shop-nextjs

Repository files navigation

NatureNest

NatureNest is a modern, responsive landing page for a plant shop, built using Next.js 13 with the App Router and styled with Tailwind CSS. This project is a migration from a traditional static HTML/CSS/JS website to a modular, component-based React application. It features a mobile-friendly design, dark mode toggle, interactive FAQ accordion, and more.

Features

  • Responsive Design: Tailwind CSS ensures the site looks great on all devices.
  • Dark Mode: Users can toggle between light and dark themes.
  • Mobile Navigation: A collapsible mobile menu improves navigation on smaller screens.
  • Interactive FAQ Section: Clickable accordion items for a smooth user experience.
  • Modular Components: Clean, reusable React components for maintainability and scalability.
  • Modern Tech Stack: Built with Next.js 13, React, and Tailwind CSS.

Technologies Used

Project Structure

naturenest-app/
├── app/
│   ├── components/
│   │   ├── Header.js
│   │   ├── HomeSection.js
│   │   ├── AboutSection.js
│   │   ├── StepsSection.js
│   │   ├── ProductsSection.js
│   │   ├── FAQsSection.js
│   │   ├── ContactSection.js
│   │   └── Footer.js
│   ├── layout.js
│   └── page.js
├── public/
│   └── images/ (all static assets: home.png, about.jpg, product images, payment icons, etc.)
├── tailwind.config.js
├── postcss.config.js
├── package.json
└── README.md

Contributing

Contributions are welcome! If you have ideas for improvements or bug fixes, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

A modern, responsive landing page for a plant shop, built using Next.js with the App Router and styled with Tailwind CSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published