An open API service indexing awesome lists of open source software.

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

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.