Open-Source E-learning Website

Sep 13, 2024 | Programming

OPEN TO ALL CONTRIBUTORS AROUND THE GLOBE TO CONTRIBUTE IN THIS PROJECT

This project is a part of the Hacktoberfest 2022 Open Source Program. Join us in creating a valuable resource for learners everywhere!

Hacktoberfest

About

This Open-Source Educational Website encompasses a wealth of learning materials—ranging from in-syllabus and out-of-syllabus notes, sample papers, online video lectures, and courses designed to help students ace competitive interviews. The platform also features quizzes for practice and a section for interview questions, aiding students in their placements.

In Development Phase

To stay updated on the progress, visit the website. We will be continually adding more content and resources, so show your support by giving a star to the repository!

Responsive Design

The website is designed to be fully responsive, providing a smooth user experience across all devices. If you have any questions or suggestions, please reach out to us at bigbeduwebsite@gmail.com.

Small Preview

Front Look of Main Page:

Front View

Tech Stack

The BigB website is built using:

  • HTML5
  • CSS3
  • JavaScript
  • Ruby
  • SCSS
  • jQuery

Extras include: Particle.js, Typed.js, Tilt.js, Font Awesome, JSON, etc.

Contact

If you want to reach out, feel free to connect with us on social media:

LinkedIn twitter Gmail

Contributing Guidelines

Before contributing to the project, it’s important to understand the basics of Git and GitHub:

Basics of Git and GitHub

Git is like the timekeeper of your code; it keeps track of every change you make, while GitHub is the cloud where you store those changes. Here’s how to get started:

  • First, configure your Git settings:
  • $ git config --global user.name "YOUR NAME"
    $ git config --global user.email "YOUR EMAIL ADDRESS"
  • Fork the project by clicking the “Fork” button on the top right of the repository page.
  • Clone your forked project using:
  • $ git clone https://github.com/The-Shivam-garg/BigB-E-learn-Websit-e
  • Add a remote link to the original repository:
  • $ cd your-forked-project-folder
    $ git remote add upstream https://github.com/The-Shivam-garg/BigB-E-learn-Websit-e
  • Synchronize your fork with the original repository before making changes:
  • $ git checkout main
    $ git fetch upstream
    $ git merge upstream/main
    $ git push origin main
  • Create a new branch for your features or bug fixes:
  • $ git checkout -b feature-branch
  • Push your code and create a pull request to merge your changes back to the original repository:
  • $ git push origin feature-branch

Congratulations! You’ve just made your first contribution to the project.

Troubleshooting

While contributing, you might face some common issues. Here are some troubleshooting tips:

  • If you encounter merge conflicts, ensure your fork is synchronized correctly.
  • For issues with code not working, double-check the latest updates in the original repository.
  • If you need assistance, feel free to reach out through the contact options provided.

For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.

At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.

Good luck, and happy coding!

Stay Informed with the Newest F(x) Insights and Blogs

Tech News and Blog Highlights, Straight to Your Inbox