Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.53 KB

iLovePDF Clone

Welcome to the iLovePDF clone repository! This project is a clone of the iLovePDF website, built using Tailwind CSS. It is a fully responsive website, meaning it adapts seamlessly to various screen sizes and devices.

Features

  • Responsive Design: The website is optimized to work flawlessly across different devices, including desktops, tablets, and mobile phones.
  • Tailwind CSS: Built using Tailwind CSS utility-first framework for rapid development and easy customization.

Installation

To run the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/iLovePDF-Clone.git
  2. Navigate to the project directory: cd iLovePDF-Clone
  3. Then Write Following Commands in Terminal:
npm init -y

npm install -D tailwindcss

npx tailwindcss init

npm run build #

Usage

Feel free to explore the website and test out its responsiveness.

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin feature/your-feature
  6. Submit a pull request

Credits

This project is inspired by iLovePDF and utilizes the power of Tailwind CSS.

License

This project is licensed under the MIT License. See the LICENSE file for details.