Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 695 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 695 Bytes

Tesla Clone

A pixel-perfect clone of Tesla website, with the implementation of its challenging parts such as scroll-behaviour.

Technologies

  • NextJs
  • TailwindCSS
  • GSAP

Features

  • Pixel perfect implementation compared to the original website
  • Responsive for all devices
  • Snap scrolling through sections smoothly exactly similar to the original website

Getting Started

# clone the repository
git clone https://github.com/fsefidabi/tesla-clone.git
# move to the directory
cd tesla-clone
# install dependencies
npm install
# run the application in development mode
npm run dev

Open http://localhost:3000 with your browser to see the result.