This project is a frontend replica of the Two Brothers Organic Farms website homepage, built as part of an internship task. The goal is to recreate the UI and interactive shopping experience of the original website using modern frontend technologies.
The application includes a responsive layout, product listings, cart interactions, and UI elements similar to the original site.
The objective of this project is to:
- Recreate the homepage UI and product sections of the Two Brothers Organic Farms website.
- Implement interactive shopping features such as add-to-cart, favorites, and notifications.
- Structure the application using React components and a scalable frontend architecture.
- Prepare the project for future backend integration.
- Responsive homepage layout
- Navigation header and footer
- Hero banner section
- Product grid display
- Add products to cart
- Remove items from cart
- Add/remove items from favorites
- Toast notifications for user actions
- Product quantity selection
- “Shop by Concern” section
- Embedded YouTube video section
- “Beyond Our Products” informational section
- Custom favicon and branding
Frontend
- React
- TypeScript
- Vite
Styling
- Tailwind CSS
- Custom CSS
Icons
- Lucide React
Version Control
- Git
- GitHub
Two-Brother-Clone
│
├── public/ # Static assets
│ ├── favicon.ico
│ └── images
│
├── src/
│ ├── assets/ # Logos and media
│ ├── components/ # React UI components
│ ├── context/ # Cart and global state
│ ├── data/ # Product data
│ ├── services/ # Data access layer
│ ├── App.tsx
│ ├── main.tsx
│ └── index.css
│
├── index.html
├── package.json
└── README.md
Clone the repository:
git clone https://github.com/NikitaGithub17/Two-Brother-Clone.gitNavigate into the project:
cd Two-Brother-CloneInstall dependencies:
npm installRun the development server:
npm run dev-
Backend integration for:
- Product database
- Cart persistence
- User authentication
-
Checkout flow implementation
-
API-based product fetching
-
Improved mobile optimization
-
Performance optimization and lazy loading
This project is created only for educational and internship purposes as a UI/UX recreation. All brand assets and design references belong to Two Brothers Organic Farms.