Skip to content
View ccpektezel's full-sized avatar

Block or report ccpektezel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ccpektezel/README.md

Logistics Dashboard

This repository contains a simple dashboard website for a logistics firm. The app is built using Flask and provides a basic overview of key shipment metrics and a sample chart. A basic login form is included to demonstrate user authentication.

Features

  • Displays total shipments processed, shipments currently in transit, and average delivery time.
  • Bar chart showing sample data of shipments processed throughout the week.
  • Responsive layout using plain CSS.
  • Login page with simple credential check.

Running the Application

  1. Install dependencies:
    pip install flask
  2. Start the development server:
    python app.py
  3. Open your browser and navigate to http://127.0.0.1:5000/ to view the dashboard. Click the Login button to sign in with username admin and password password123.

Project Structure

.
├── app.py              # Flask application
├── templates/
│   ├── index.html      # Dashboard template
│   └── login.html      # Login template
└── static/
    └── style.css       # Basic styling

This is an initial prototype and can be expanded with real data integrations and authentication as needed.

Popular repositories Loading

  1. hello_world hello_world Public

    Learning to use Github...

  2. ccpektezel ccpektezel Public

    Config files for my GitHub profile.

    HTML

  3. IBM-Capstone-Project IBM-Capstone-Project Public

    Jupyter Notebook