Project: MindLeap Health (Frontend)
Live Demo: https://mindleap-health.vercel.app
MindLeap Health is a frontend-focused web application built to provide a clean, responsive, and engaging user experience. The project uses React.js and Vite for fast development, along with modern UI styling using Tailwind CSS, Bootstrap, and React Icons. It is designed for mental health and wellness purposes (information, resources, and user interface). Currently, this is a frontend-only project without backend integration.
- Fast-loading UI with React + Vite
- Clean, responsive design (mobile-first)
- Tailwind CSS & Bootstrap for modern styling
- React Icons for better UI/UX
- Multiple pages (Home, About, Contact, etc.)
- Interactive forms and custom JavaScript functionality
- ESLint/Prettier setup for code consistency (if configured)
| Layer | Technology |
|---|---|
| Frontend Framework | React.js (with Vite) |
| Styling | Tailwind CSS, Bootstrap |
| Icons | React Icons |
| Tooling | ESLint, Prettier |
| Deployment | Vercel / Netlify |
mindleap-health/
├── public/ # Static files
│ └── index.html # Base HTML file
├── src/
│ ├── assets/ # Images, icons, static resources
│ ├── components/ # Reusable React components
│ ├── pages/ # App pages (Home, About, Contact, etc.)
│ ├── App.jsx # Root component
│ ├── main.jsx # Entry point
│ └── styles/ # Tailwind/Bootstrap custom styles
├── package.json
├── vite.config.js
├── eslint.config.js
├── .gitignore
└── README.md
Make sure you have the following installed:
- Node.js (v16+ recommended)
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/amdadislam01/mindleap-health.git
cd mindleap-health- Install dependencies:
npm install
# or
yarn install- Start development server:
npm run dev
# or
yarn dev- Open your browser at:
http://localhost:5173
Build the project for production:
npm run build
# or
yarn buildDeploy the generated dist/ folder using Vercel, Netlify, or any static hosting service.
Add screenshots or GIFs of your app UI here.
- Home Page view
- Responsive mobile view
- Contact/About page
- Fork the repo
- Create a new branch (
feature/your-feature) - Commit changes
- Open a Pull Request with details
- GitHub: amdadislam01
- Email:
amdad20063#gmail.com
Prepared with ❤️ by MD. Amdad Islam