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 ⚙🧮
- Host: GitHub
- URL: https://github.com/undeadme/sabzlearn-admin-panel-course
- Owner: UndeadMe
- Created: 2022-04-17T16:18:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T15:44:16.000Z (about 3 years ago)
- Last Synced: 2025-03-26T18:21:20.159Z (3 months ago)
- Topics: css3, html5, panel-admin, template
- Language: HTML
- Homepage:
- Size: 11.1 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

- 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

this page shows all of users. they have some information like:
- username
- first name and last name
- registration dateyou can do something interesting on the users:
- remove
- edit
- search
# panel admin - information

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
- profile
- banner
# panel admin - courses

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 studentsyou can add a new course by a button. before you you have yo complete following fields:

- course title
- course price
- course category
# panel admin - sessions

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