Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.68 KB

File metadata and controls

52 lines (34 loc) · 1.68 KB

LearnSphere

LearnSphere is an educational platform designed to provide users with access to various workshops, courses, and events tailored to their interests. The platform features a recommendation system that suggests events based on user input, enhancing the learning experience.

Features

  • Dynamic Event Cards: Displays a list of events with details such as date, time, venue, and an "Apply Now" button.
  • Event Recommendation System: Users can input their interests and receive personalized event recommendations.
  • Responsive Design: The application is designed to be mobile-friendly and responsive across different devices.
  • Star Animation Background: A visually appealing star animation enhances the user interface.

Technologies Used

  • HTML
  • CSS (Tailwind CSS)
  • JavaScript
  • Fetch API for server communication

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/learnsphere.git
    cd learnsphere
  2. Open index.html in your web browser.

Usage

  1. Navigate to the LearnSphere landing page.
  2. Explore the Events section to view available workshops and courses.
  3. Use the Event Recommendation System to find events that match your interests by filling out the form.
  4. Click on the "Apply Now" button to express interest in a specific event.

File Structure

learnsphere/ ├── public/ │ ├── index.html │ └── script.js └── README.md

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.

Acknowledgments

  • Thanks to the edunet foundaition and IBM for their support and resources.