This project is a Frontrow clone built using React.js and Material-UI. The application replicates the core static features of Frontrow, providing a familiar interface and user experience. This clone serves as a practical demonstration of using modern front-end technologies to recreate a popular social media platform, but without any real data collection or dynamic user interactions.
- Static User Account: Predefined static user account for demonstration purposes.
- Products: Display of static products, featuring text and images.
- Responsive Design: Fully responsive layout ensuring optimal user experience across devices.
- Material-UI Components: Utilization of Material-UI components for a consistent and visually appealing interface.
- React.js: A JavaScript library for building user interfaces.
- Material-UI: A popular React UI framework that implements Google's Material Design.
- React Router: For handling navigation and routing within the application.
git clone https://github.com/jevguio/Frontrow-ReactJs-MaterialUI-Replica.git
cd facebook-clonenpm install
###Start the development server:
npm startThis project is for educational and demonstration purposes only. It does not collect any data or store any user information. All features are static and intended to showcase UI components and layout.