A responsive and cleanly designed clone of the fly.io website, built to showcase modern web design techniques and practices.
A sleek and professional clone of fly.io's landing page.
Check out the live demo here.
- Responsive Design: Optimized for desktop, tablet, and mobile devices.
- Modern Aesthetics: Implements a clean, minimalistic design inspired by fly.io.
- Interactive Elements: Features animations and hover effects for enhanced user engagement.
- Performance-Optimized: Efficient code structure for fast loading times.
- Tailwind CSS
- Reactjs
- Nextjs
- TypeScript
- Clone the Repository
git clone https://github.com/heynzar/fly-io-clone.git
cd fly-io-clone
- Install Dependencies
npm install
- Run the Project
npm run dev
This project is a clone of the fly.io landing page and was created for educational and practice purposes. All rights to the original design belong to fly.io.
This project is licensed under the MIT License. Feel free to use and modify it for your own projects.
For any questions or feedback, feel free to reach out:
- Email: [email protected]
Contributions are welcome! If you’d like to help improve this project, please follow these steps:
-
Fork the Repository : Click on the "Fork" button at the top of this repository page.
-
Clone Your Forked Repository :
git clone https://github.com/heynzar/fly-io-clone.git
cd fly-io-clone
- Create a New Branch
git checkout -b feature-name
-
Make Your Changes : Make your changes or add new features.
-
Commit Your Changes
git add .
git commit -m "Add description of changes"
- Push to Your Branch
git push origin feature-name
- Create a Pull Request : Go to the original repository and create a Pull Request describing your changes.