Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.49 KB

README.md

File metadata and controls

74 lines (49 loc) · 2.49 KB

InsIIITS Magazine Website

Welcome to the repository for the InsIIITS magazine website of IIIT Sri City. This website is built using Vanilla JavaScript and the Turn.js API to provide an interactive and engaging experience for readers.

Table of Contents

Introduction

The InsIIITS website is a digital platform for hosting and reading the college magazine of IIIT Sri City. It aims to offer a seamless reading experience, replicating the feel of a physical magazine using page-turning effects.

Features

  • Interactive Page Turning: Uses Turn.js API for realistic page-turning effects.
  • Responsive Design: Optimized for various screen sizes, ensuring a great experience on both desktop and mobile devices.
  • Vanilla JavaScript: Lightweight and fast performance with no dependencies on heavy frameworks.

Technologies Used

  • HTML5: For structuring the content.
  • CSS3: For styling the website.
  • JavaScript: For interactivity and functionality.
  • Turn.js: For implementing page-turning effects.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/insiiits-magazine-website.git
  2. Navigate to the repo:
    cd insiiits-magazine-website
  3. Open index.html in your preferred web browser

Usage

Once you have the project set up, you can navigate through the magazine using the interactive page-turning feature. Simply click on the corners of the pages or use the arrow keys to turn the pages.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

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

License

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

Contact

If you have any questions or feedback, feel free to reach out:

Thank you for visiting the InsIIITS magazine website repository!