Skip to content

Latest commit

 

History

History
72 lines (38 loc) · 1.66 KB

README.md

File metadata and controls

72 lines (38 loc) · 1.66 KB

oya-clone

This project is a Vue.js 3 website developed as a practice exercise to explore and master the GSAP (GreenSock Animation Platform) library. The website showcases various animations and interactive elements created using GSAP, demonstrating its capabilities for creating dynamic and engaging user experiences.

Features

  • GSAP Animations: Explore a variety of animations and interactive elements created using the GSAP library.
  • Vue.js 3: Utilizes the latest version of Vue.js for building reactive and interactive components.
  • Practice Project: Developed as a practice exercise to enhance skills in Vue.js and GSAP animation development.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js installed on your machine.
  • npm (Node Package Manager) or Yarn for package management.

Installation

  1. Clone the repository:

git clone https://github.com/mhmdbdr/oya

  1. Change into the project directory:

cd oya-clone

  1. Install dependencies:

npm install

Running the App

To run the Vue.js app locally, execute the following command:


npm run serve

This will start the development server, and you can access the app at http://localhost:8080 (or a different port if specified).

License

This project is licensed under the MIT License.

Acknowledgments

Contact

For any inquiries or feedback, feel free to reach out to Mohammed Badr at mohammedbadr268@gmail.com.

Happy coding!