An open API service indexing awesome lists of open source software.

https://github.com/undeadme/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 ⚙🧮
https://github.com/undeadme/sabzlearn-admin-panel-course

css3 html5 panel-admin template

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# simple panel admin template without any logic
📍 This repo is for students of sabzlearn 20 javascript projects. I made it for you guys as a final project to do. this panel admin is raw and it doesn't have any javascript logic. Because it's your responsibility to add it 😉🤝😄 if you have any question you can ask on the Q/A panel 🤓

Let's see the panel admin 🏃‍♂️
# Login page
![Screenshot 2022-04-21 011214](https://user-images.githubusercontent.com/89915857/164319276-6399e8e5-7a0f-453b-84a9-aec145199423.png)
- Features of Login page:
- login form
- username field
- password field
- password eye icon
# panel admin
all the pages have the following components:
- header
- admin card
- a box that has different content in each admin page
# panel admin - users
![Screenshot 2022-04-21 005428](https://user-images.githubusercontent.com/89915857/164319687-de11a3d2-c163-4b5f-b9d1-58c70c7afda7.png)
this page shows all of users. they have some information like:
- username
- first name and last name
- registration date

you can do something interesting on the users:
- remove
- edit
- search
# panel admin - information
![Screenshot 2022-04-21 014201](https://user-images.githubusercontent.com/89915857/164323796-f7d6a292-6ba2-4191-9d1d-cece59769bf1.png)
this page is for information of the admin. you can change your information as a admin. but

what can you change as a admin ?
- first name
- last name
- password
- email
- profile
- banner
# panel admin - courses
![Screenshot 2022-04-21 122554](https://user-images.githubusercontent.com/89915857/164407323-c8182f7b-9bfa-415f-a642-6fdc42c7244a.png)
as you know this page is for courses of website. a courses box has some information about the course like:
- course title
- course text
- course price
- course category
- course number of students

you can add a new course by a button. before you you have yo complete following fields:
![Screenshot 2022-04-21 123131](https://user-images.githubusercontent.com/89915857/164408398-62d397de-1d32-4b93-aa2e-b9d8c23c2eca.png)
- course title
- course price
- course category
# panel admin - sessions
![Screenshot 2022-04-21 123343](https://user-images.githubusercontent.com/89915857/164408790-3e8e42cd-ba3d-41db-a49a-13deab4c10ce.png)
this page is for add new session to a course.you should complete the fields to add a new session.you have some information to complete.
- session name
- session time
- session price
- a dropdown box for choose a course
- a checkbox for choose course be free or not