A modern React-based web application styled with Material-UI (MUI) and TailwindCSS, featuring React Router for navigation and Slick Carousel for interactive sliders.
- 🎨 MUI & TailwindCSS – Best of both worlds for styling.
- 🔗 React Router & Hash Links – Seamless navigation.
- 🖼️ Slick Carousel Integration – Smooth, customizable sliders.
- 🔥 Modern UI Components – Icons from MUI & React Icons.
1️⃣ Clone the repository
git clone https://github.com/yourusername/your-project.git
cd your-project2️⃣ Install dependencies
npm install3️⃣ Run the development server
npm run devThe app should now be running at http://localhost:5173 🎉
- React 18 – Component-based frontend framework
- Material-UI (MUI) 6 – Prebuilt modern UI components
- TailwindCSS 4 – Utility-first styling
- React Router 6 – For page navigation
- React Slick & Slick Carousel – For interactive sliders
- React Icons – Wide range of icons
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.6",
"@mui/material": "^6.4.6",
"@tailwindcss/vite": "^4.0.9",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.28.0",
"react-router-hash-link": "^2.4.3",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"tailwindcss": "^4.0.9"
}This project is open-source and available under the MIT License.
- Fork the repository
- Create a new branch (
feature-branch) - Commit changes and submit a pull request
💡 Found a bug or have an idea? Open an issue!
Developed by Suraj Bhujade 🚀