https://github.com/shadowslayer03/ochi-design-webpage-clone
A clone of the super cool, Awwward winning, Ochi Design webpage
https://github.com/shadowslayer03/ochi-design-webpage-clone
Last synced: 10 months ago
JSON representation
A clone of the super cool, Awwward winning, Ochi Design webpage
- Host: GitHub
- URL: https://github.com/shadowslayer03/ochi-design-webpage-clone
- Owner: ShadowSlayer03
- Created: 2024-03-26T05:02:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T14:30:39.000Z (over 2 years ago)
- Last Synced: 2025-01-21T11:29:52.908Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ochi Design Clone
This project is a clone of the visually stunning and highly interactive [Ochi Design](https://ochi.design) website. It aims to replicate the original site's design and functionality using modern web development technologies. This clone serves as a showcase of my proficiency in frontend development, particularly in creating responsive and interactive web experiences.
## Table of Contents
- [Demo](#demo)
- [Technologies Used](#technologies-used)
- [Setup](#setup)
- [Acknowledgments](#acknowledgments)
## Demo
A live demo of the clone can be found here: [Ochi Design Clone Demo](https://ochi-design-react.netlify.app/)
## Technologies Used
- React
- Tailwind CSS
- Framer Motion
## Setup
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/yourusername/ochi-design-clone.git
cd ochi-design-clone
```
2. Install dependencies:
```bash
# If you used npm
npm install
# Or if you used yarn
yarn install
```
3. Start the development server:
```bash
# If you used npm
npm run start
# Or if you used yarn
yarn start
```
4. Check the local server:
```bash
The project should now be running on http://localhost:5173.
```
## Acknowledgements
- A special thank you to the original creators of Ochi Design for their inspirational work.