A pixel-perfect clone of Tesla website, with the implementation of its challenging parts such as scroll-behaviour.
- NextJs
- TailwindCSS
- GSAP
- Pixel perfect implementation compared to the original website
- Responsive for all devices
- Snap scrolling through sections smoothly exactly similar to the original website
# 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.