This project is a clone of the Ochi Design website. Ochi Design is a creative design agency specializing in digital experiences, branding, and visual communication. The purpose of this project is to replicate the design and functionality of the original website as closely as possible.
- Responsive Design: The clone website is designed to be responsive and work well on various devices and screen sizes.
- Navigation: Users can navigate through the website using the menu and explore different sections such as portfolio, services, and contact.
- Portfolio Showcase: The portfolio section showcases various projects with images and descriptions.
- Contact Form: Users can contact the agency through a contact form available on the website.
- React.js
- Tailwind CSS
- JavaScript
- Clone the repository:
git clone https://github.com/your-username/ochi-design-clone.git
- Open the project folder:
cd ochi-design-clone
- Install dependencies:
npm install npm install locomotive-scroll@beta npm i framer-motion npm i gsap
- Start the development server:
npm start
- Visit the http://localhost:5173/# of the Ochi Design clone.
- Explore the different sections of the website, such as the portfolio and contact form.
- Test the responsiveness of the website by resizing the browser window or viewing it on different devices.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add your feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Ochi Design for the original website design and content.
This README provides an overview of the Ochi Design clone project, installation instructions, usage guidelines, contribution guidelines, and licensing information. Adjust the content and links as needed to match your project.