Skip to content

aklilumengesha/MindFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌊 MindFlow – Modern AI Chat Landing Page

A modern, responsive landing page built with React.js, Vite, and Tailwind CSS. Features stunning animations, parallax effects, and a clean, modular architecture.

βš™οΈ Tech Stack

  • Vite: Fast build tool for modern web projects
  • React.js: Component-based UI library
  • Tailwind CSS: Utility-first CSS framework
  • React Router: Client-side routing
  • React Just Parallax: Smooth parallax effects
  • Scroll Lock: Scroll behavior control

πŸ”‹ Features

  • Beautiful Sections: Hero, services, features, collaboration, roadmap, pricing, footer, header
  • Parallax Animations: Mouse and scroll-triggered effects
  • Complex UI Geometry: Intricate shapes, grids, and lines using Tailwind CSS
  • Latest UI Trends: Bento grids, gradients, and modern layouts
  • Responsive Design: Works seamlessly across all devices
  • Reusable Components: Modular and easy to extend
  • Code Architecture: Clean, maintainable, and scalable

πŸš€ How to Run

Prerequisites

Setup

cd "landing page"
npm install
npm run dev

Open http://localhost:5173 in your browser.

Build for Production

npm run build
npm run preview

πŸ“‚ Project Structure

mindflow/
β”œβ”€β”€ public/
β”‚   └── vite.svg
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”œβ”€β”€ svg/              # SVG React components
β”‚   β”‚   β”œβ”€β”€ benefits/         # Benefits section images
β”‚   β”‚   β”œβ”€β”€ collaboration/    # Collaboration section images
β”‚   β”‚   β”œβ”€β”€ hero/             # Hero section images
β”‚   β”‚   β”œβ”€β”€ notification/     # Notification images
β”‚   β”‚   β”œβ”€β”€ pricing/          # Pricing section images
β”‚   β”‚   β”œβ”€β”€ roadmap/          # Roadmap section images
β”‚   β”‚   β”œβ”€β”€ services/         # Services section images
β”‚   β”‚   β”œβ”€β”€ socials/          # Social media icons
β”‚   β”‚   └── index.js          # Asset exports
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ design/           # Design-specific components
β”‚   β”‚   β”œβ”€β”€ Benefits.jsx
β”‚   β”‚   β”œβ”€β”€ Button.jsx
β”‚   β”‚   β”œβ”€β”€ Collaboration.jsx
β”‚   β”‚   β”œβ”€β”€ CompanyLogos.jsx
β”‚   β”‚   β”œβ”€β”€ Footer.jsx
β”‚   β”‚   β”œβ”€β”€ Generating.jsx
β”‚   β”‚   β”œβ”€β”€ Header.jsx
β”‚   β”‚   β”œβ”€β”€ Heading.jsx
β”‚   β”‚   β”œβ”€β”€ Hero.jsx
β”‚   β”‚   β”œβ”€β”€ Notification.jsx
β”‚   β”‚   β”œβ”€β”€ Pricing.jsx
β”‚   β”‚   β”œβ”€β”€ PricingList.jsx
β”‚   β”‚   β”œβ”€β”€ Roadmap.jsx
β”‚   β”‚   β”œβ”€β”€ Section.jsx
β”‚   β”‚   β”œβ”€β”€ Services.jsx
β”‚   β”‚   └── Tagline.jsx
β”‚   β”œβ”€β”€ constants/
β”‚   β”‚   └── index.js          # App constants and data
β”‚   β”œβ”€β”€ App.jsx
β”‚   β”œβ”€β”€ index.css
β”‚   └── main.jsx
β”œβ”€β”€ index.html
β”œβ”€β”€ package.json
β”œβ”€β”€ tailwind.config.js
β”œβ”€β”€ vite.config.js
└── README.md

🧩 Components Overview

  • Section.jsx: Layout wrapper with decorative elements
  • Button.jsx: Customizable button with SVG borders
  • Heading.jsx: Section heading with optional tagline
  • Header.jsx: Responsive navigation with mobile menu
  • Hero.jsx: Hero section with parallax effects
  • Benefits.jsx: Feature cards with hover effects
  • Collaboration.jsx: Circular app integration showcase
  • Services.jsx: AI features with chat mockups
  • Pricing.jsx: Three-tier pricing cards
  • Roadmap.jsx: Project timeline with status indicators
  • Footer.jsx: Social media links and copyright

🎨 Customization

Update Content

Edit src/constants/index.js to change:

  • Navigation links
  • Feature descriptions
  • Pricing tiers
  • Roadmap items
  • Social media links

Modify Styles

  • Colors: Update tailwind.config.js
  • Fonts: Modify src/index.css
  • Components: Edit individual component files

Replace Assets

Add or replace images in src/assets/ directories and update imports in src/assets/index.js

πŸ“ License

This project is open source and available for personal and commercial use.

πŸ™ Acknowledgments

Built with modern web technologies and best practices for optimal performance and user experience.


Happy Coding! πŸš€

About

🌊 MindFlow - A stunning AI chat landing page with parallax effects, modern gradients, and responsive design. Built with React + Vite + Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors