https://github.com/ifeelgarv/ochi-design
Ochi Design ~ A Website which builds agency
https://github.com/ifeelgarv/ochi-design
framer-motion gsap reactjs taiwlindcss
Last synced: 10 days ago
JSON representation
Ochi Design ~ A Website which builds agency
- Host: GitHub
- URL: https://github.com/ifeelgarv/ochi-design
- Owner: ifeelgarv
- Created: 2025-02-15T18:13:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T18:49:43.000Z (8 months ago)
- Last Synced: 2025-06-10T19:17:19.270Z (4 months ago)
- Topics: framer-motion, gsap, reactjs, taiwlindcss
- Language: JavaScript
- Homepage: https://ochi-design-eta.vercel.app
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Ochi.Design Website
Welcome to the **Ochi.Design** website repository! This project showcases a creative and modern design portfolio website.
## 🚀 Features
- **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.## 🛠 Tech Stack
- **Frontend**: HTML, CSS, JavaScript
- **Animations**: GSAP, Locomotive Scroll
- **Build Tools**: Vite / Webpack## 📂 Folder Structure
```
📦 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
```## 🚀 Getting Started
### Prerequisites
Ensure you have **Node.js** installed.### Installation
```bash
git clone https://github.com/GSingh2432002/ochi-design.git
cd ochi-design
npm install
```### Running the Project
```bash
npm run dev
```
Then, open `http://localhost:3000` in your browser.### Build for Production
```bash
npm run build
```