Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raga0074/iphone
I developed a website resembling Apple's Iphone 15 pro using React, Three.js and GSAP. which is both responsive which can be used on the smartphone or tablet as well
https://github.com/raga0074/iphone
apple gsap react responsive-design three-js
Last synced: about 14 hours ago
JSON representation
I developed a website resembling Apple's Iphone 15 pro using React, Three.js and GSAP. which is both responsive which can be used on the smartphone or tablet as well
- Host: GitHub
- URL: https://github.com/raga0074/iphone
- Owner: Raga0074
- Created: 2024-09-04T20:24:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T10:25:55.000Z (2 months ago)
- Last Synced: 2024-10-19T01:42:33.009Z (28 days ago)
- Topics: apple, gsap, react, responsive-design, three-js
- Language: JavaScript
- Homepage:
- Size: 37.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iPhone 15 pro advertising page lookalike
**The project was developed keeping in mind the animatic approach of the
iPhone and making a replica of the page. This project helped me to understand the generic aspect of the technologies used by the company.**__The technologies used in the project are:__
- React.js
- Tailwind CSS
- Three.js***To clone the project into your system these are the steps to be followed:***
1. [clone the repositories:](https://github.com/Raga0074/iPhone.git)
- Click the above link or clone using GitHub Desktop2. go to your terminal and run the following command:
- cd iPhone
- npm install(To install dependencies)
- npm run dev(To run the project on your local server)