• Stars
    star
    571
  • Rank 77,855 (Top 2 %)
  • Language Vue
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Personal portfolio (2018)

iuri.is()

🧚 Listen!

Before you start, noticed that this website was built in 2018/2019 and made use of solutions available at the time that are no longer the best way of doing things today! Still, I encourage you to check this solution if you are looking for inspiration, but if you are looking for a "better" way of creating animated websites today, please check these references:


How to run

  1. Clone this repo (how to clone a repo)
  2. Install dependencies
  3. Run

After cloning the repo in your machine, run:

npm install
npm start

That's it πŸŽ‰


New version 🚧

I'm currently working on a new portfolio to replace this old one, but since many people's still visiting this one today, I decided to refactor it and make this code more re-usable for all of you. So please be patient!

I'll publish a new versions built with React Hooks and Vue's composition API. The main idea will be to allow you guys to re-use/build animated components easily on your own projects, based on GSAP 3 and ScrollTrigger.