More Premium Hugo Themes Premium Html Themes

Sabzlearn Admin Panel Course

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

Sabzlearn Admin Panel Course

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

Author Avatar Theme by undeadme
Github Stars Github Stars: 12
Last Commit Last Commit: Apr 23, 2022 -
First Commit Created: Jun 19, 2023 -
Sabzlearn Admin Panel Course screenshot

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.

Installation

  1. Clone the repository to your local machine.
  2. Open the cloned repository.
  3. Navigate to the “dist” folder.
  4. Copy the necessary files to your desired location.
  5. Add the HTML, CSS, and any required JavaScript files to your project.
  6. Customize the template to fit your needs.

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.