Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufborucu/framer-car-animation
Car animation project with Framer Motion
https://github.com/yusufborucu/framer-car-animation
framer-motion react vite
Last synced: 25 days ago
JSON representation
Car animation project with Framer Motion
- Host: GitHub
- URL: https://github.com/yusufborucu/framer-car-animation
- Owner: yusufborucu
- Created: 2024-12-17T17:44:02.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T17:48:22.000Z (26 days ago)
- Last Synced: 2024-12-17T18:42:02.956Z (26 days ago)
- Topics: framer-motion, react, vite
- Language: JavaScript
- Homepage: https://yb-framer-car-animation.netlify.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framer Car Animation
This project is built using **Vite** and **React**, featuring an animated car using **Framer Motion**.
## Live Demo
You can view the live demo of this project here:
[Demo](https://yb-framer-car-animation.netlify.app)## Installation
To run this project locally, follow these steps:
### 1. Clone the repository
```bash
git clone https://github.com/yusufborucu/framer-car-animation.git
```### 2. Navigate to the project directory
```bash
cd framer-car-animation
```### 3. Install dependencies
```bash
npm install
```### 4. Run the development server
```bash
npm run dev
```This will start the development server. You can view the project by opening http://localhost:5173 in your browser.