Skip to content
View Max13Good's full-sized avatar
😃
😃

Block or report Max13Good

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Max13Good/README.md
  • 👋 Hi, I’m @Max13Good
  • 👀 I’m interested in code
  • 🌱 I’m currently learning Python, JavaScript
  • 💞️ I’m looking to collaborate on interesting project
  • 📫 How to reach me [email protected]

Demo Student Dashboard

This repository contains a simple Django project used to demonstrate a student's personal account page.
The interface features a sidebar menu, top navigation bar and responsive layout built with TailwindCSS and interactive elements powered by Alpine.js.

All demo data is stored directly in the Django view, so a database is not required.

Quick start

pip install django==4.2
python manage.py migrate
python manage.py runserver

Then open http://localhost:8000/student/ in your browser.

Popular repositories Loading

  1. Max13Good Max13Good Public

    Config files for my GitHub profile.

    HTML

  2. pythoncode-tutorials pythoncode-tutorials Public

    Forked from x4nth055/pythoncode-tutorials

    The Python Code Tutorials

    Jupyter Notebook

  3. camera_application_calculate camera_application_calculate Public

    Калькулятор для оценки приложения по камерам

    TypeScript