Skip to content

ktox-dev/school-manager

Repository files navigation

School Manager

School Manager is a web application designed to help manage school-related tasks such as timetables, homework, and replacement plans. The application is built using Python and Flask for the backend, and HTML, CSS, and JavaScript for the frontend.

I created this application because I didnt like that way the school website was designed and though it could need some upgrades in design so its easy and intuitive to use.

Schulhub Demo Landingpage Landingpage_2 Loginpage Change_data

Table of Contents

Installation

This project was build using Heroku and may needs to be modified to be used without it, the database was also hosted on Heroku using the Heroku Postgres add-on

  1. Clone the repository:

    git clone https://github.com/kaanhehe/school-manager.git
    cd school-manager
  2. Create a virtual environment and activate it:

    python -m venv .env
    source .env/bin/activate  # On Windows use `.env\Scripts\activate`
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Set up the database:

    python createTables.py

Usage

  1. Run the application:

    flask run
  2. Open your web browser and go to http://127.0.0.1:5000.

Features

  • Automatic Webscraping: Takes all data from your school website automatically.
  • Timetable Management: View and manage your school timetable.
  • Homework Management: Add, edit, and delete homework assignments.
  • Replacement Plan: View your replacement plan.
  • Combined into Timetable: Homework and Replacement plan is integrated into the Timetable.
  • Support for other deviced: This application supports using it on mobile and tablet.
  • Security: All passwords are encrypted to ensure your school website login is secured.

Visual Design Elements

The School Manager application is designed to be intuitive and easy to use. Many elements are visually distinct, allowing users to quickly understand the status of different items without needing to read detailed descriptions. Here are some of the key visual design elements:

  • Cancelled Classes: If a class is cancelled, it will be crossed out. This makes it immediately clear which classes are not taking place.
  • Highlighted Current Lesson: The current lesson is highlighted, so you can easily see which class is happening right now.
  • Replacement Plan Integration: Replacement classes are marked with a special icon or color, making it easy to distinguish them from regular classes.
  • Homework Management: Homework assignments are color-coded based on their subject, helping you prioritize your tasks at a glance.

These visual cues are designed to enhance the user experience by providing important information quickly and efficiently.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

License

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

About

A managment system for students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published