Byte.Com is a modern, responsive web application designed for educational institutions, built with Flask. It offers a comprehensive platform for showcasing academic programs, faculty information, and institutional highlights. The entire website is easily customizable—allowing you to modify content, design, and structure to fully match your institution's unique needs.
Made with care by Jack — consider giving it a ⭐ if you appreciate the effort! 😋
- Modern UI/UX: Clean and responsive design with smooth animations
- Department Highlights: Showcase key features and facilities
- Interactive Statistics: Dynamic display of institutional facts and figures
- Contact Information: Easy access to department contact details
- Responsive Design: Works seamlessly across all devices
- AOS Animations: Smooth scroll animations for better user experience
-
Interactive Course Viewer: Browse and explore courses dynamically with a user-friendly interface
-
Easily Editable Course Maker: Anyone can create or update courses by editing the
.mdx
files located in thetemplates/data
directory – no coding knowledge required
- Python 3.8 or higher
- pip (Python package installer)
- Virtual environment (recommended)
- Clone the repository:
git clone https://github.com/yourusername/byte-com.git
cd byte-com
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the application:
flask run
The application will be available at http://localhost:5000
- Backend: Flask
- Frontend: HTML5, CSS3, JavaScript
- CSS Framework: Bootstrap
- Icons: Font Awesome
- Animations: AOS (Animate On Scroll)
- Styling: Custom CSS with modern design principles
We welcome contributions from the community! Here's how you can help:
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Follow PEP 8 style guide for Python code
- Write clear, descriptive commit messages
- Update documentation for any new features
This project is licensed under the MIT License - see the LICENSE file for details.
- Font Awesome for the icons
- Bootstrap for the responsive framework
- AOS library for scroll animations
For any queries or support, please reach out to:
- Discord Username: ttvjack
- Discord Server: https://discord.gg/AZTam3ttu4
Made with ❤️ by the Byte.Com Team (Jack)