A modern interior-design platform built with React and Vite, offering modular components, responsive layouts, and theming support for seamless user experiences.
- npm: Current package version
- License: MIT
-
Clone the repository:
git clone https://github.com/Saurabh-1435/shilpkar.git
-
Install dependencies:
npm install
-
Run in development mode:
npm start
-
Build for production:
npm run build
- π§ Modular Components: Reusable cards, galleries, sliders, and more.
- π¨ Theming: Light and dark mode out of the box.
- π± Responsive Design: Mobile-first approach for all viewports.
- π Vite-Powered: Fast HMR and optimized builds.
- π· Media Integration: Built-in image gallery and carousel.
shilpkar/
βββ dist/ # Production build output
βββ node_modules/ # Installed dependencies
βββ public/ # Static assets (index.html, favicon)
βββ src/
β βββ assets/ # Images, fonts, media
β βββ components/ # Reusable React components
β βββ App.jsx # Root application component
β βββ main.jsx # Vite entry point
βββ .gitattributes
βββ .gitignore
βββ README.md # This file
βββ package.json # Project metadata & scripts
βββ package-lock.json # Exact dependency versions
βββ vite.config.js # Vite configuration
βββ eslint.config.js # ESLint rules
-
Fork the repository and create a new branch:
git checkout -b feature/YourFeature
-
Make your changes and commit:
git commit -m "Add new feature" -
Push to your fork:
git push origin feature/YourFeature
-
Open a Pull Request against
main.
Please ensure all lint checks pass and add/update documentation as needed.
Distributed under the MIT License. See LICENSE for details.
- GitHub Issues: https://github.com/saurabh-1435/shilpkar/issues
- Email: saurabhlakhan4545@gmail.com
Happy designing with Shilpkar!