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
- Clone the repository to your local machine.
- Open the cloned repository.
- Navigate to the “dist” folder.
- Copy the necessary files to your desired location.
- Add the HTML, CSS, and any required JavaScript files to your project.
- 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.