Skip to content

An simple yet advanced course website template (easy to edit)

License

Notifications You must be signed in to change notification settings

Jack5237/Byte.com_course-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Byte.Com - Educational Institution Website

Byte.Com Flask Python License Live Preview

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! 😋

🌟 Features

  • 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 the templates/data directory – no coding knowledge required

🚀 Getting Started

🟢 Live Preview

Prerequisites

  • Python 3.8 or higher
  • pip (Python package installer)
  • Virtual environment (recommended)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/byte-com.git
cd byte-com
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
flask run

The application will be available at http://localhost:5000

🛠️ Tech Stack

  • Backend: Flask
  • Frontend: HTML5, CSS3, JavaScript
  • CSS Framework: Bootstrap
  • Icons: Font Awesome
  • Animations: AOS (Animate On Scroll)
  • Styling: Custom CSS with modern design principles

🤝 Contributing

We welcome contributions from the community! Here's how you can help:

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

Contribution Guidelines

  • Follow PEP 8 style guide for Python code
  • Write clear, descriptive commit messages
  • Update documentation for any new features

📄 License

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

🙏 Acknowledgments

  • Font Awesome for the icons
  • Bootstrap for the responsive framework
  • AOS library for scroll animations

📞 Contact

For any queries or support, please reach out to:


Made with ❤️ by the Byte.Com Team (Jack)

About

An simple yet advanced course website template (easy to edit)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published