Sabzlearn Admin Panel Course

screenshot of Sabzlearn Admin Panel Course
html

simple panel admin template just html css without logic. this repo is final project resources of the sabzlearn 20 javascript projects course

Overview

The Simple Panel Admin Template is a raw panel admin template designed for students to use as a final project. It is part of the sabzlearn 20 javascript projects repository. This template does not have any javascript logic implemented, and it is the responsibility of the user to add it. The template includes a login page, as well as pages for managing users, admin information, courses, and sessions.

Features

  • Login page: Includes a login form with username and password fields, as well as a password eye icon.
  • Admin panel: All pages in the template have a header and an admin card.
  • Users page: Displays a list of all users, including their usernames, first names, last names, and registration dates. Users can be removed, edited, or searched.
  • Information page: Allows the admin to update their first name, last name, password, email, profile, and banner.
  • Courses page: Shows a list of courses, including their titles, descriptions, prices, categories, and number of students. Users can add new courses by completing the required fields.
  • Sessions page: Enables the addition of new sessions to a course. The user must provide the session name, time, price, and choose a course from a dropdown. There is also an option to mark the course as free.

Summary

The Simple Panel Admin Template is a basic admin template designed for students to use as a final project. It does not include any JavaScript logic, allowing users to add their own functionality. The template consists of a login page and various pages for managing users, admin information, courses, and sessions. Users can perform actions such as removing, editing, and searching for users, as well as adding and updating courses and sessions.

html
HTML

HTML templates are pre-designed and pre-built web pages that can be customized and used as a basis for building websites. They often include common elements such as headers, footers, menus, and content sections, and can be easily edited using HTML and CSS to fit specific branding and content needs.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.