Welcome to the Ochi.Design website repository! This project showcases a creative and modern design portfolio website.
- Modern UI/UX: Sleek and minimalistic design.
- Responsive Design: Fully optimized for desktop, tablet, and mobile.
- Smooth Animations: Uses GSAP and Locomotive Scroll for fluid transitions.
- Fast Performance: Optimized for quick loading and smooth interactions.
- SEO-Friendly: Implemented best SEO practices.
- Frontend: HTML, CSS, JavaScript
- Animations: GSAP, Locomotive Scroll
- Build Tools: Vite / Webpack
📦 ochi-design
├── 📁 public # Static assets
├── 📁 src
│ ├── 📁 styles # CSS files
│ ├── 📁 scripts # JavaScript files
│ ├── 📁 components # Reusable UI components
│ ├── index.html # Main HTML file
│ ├── main.js # Entry JS file
│
├── 📄 package.json # Dependencies and scripts
├── 📄 README.md # Project documentation
└── 📄 .gitignore # Git ignore file
Ensure you have Node.js installed.
git clone https://github.com/GSingh2432002/ochi-design.git
cd ochi-design
npm install
npm run dev
Then, open http://localhost:3000
in your browser.
npm run build