📍 This repository is for students, this repository is for js lovers and this project is made with the help of the amazing NodeJS technology. This admin panel is complete and has complete javascript logic. You can easily use it. Let's see the admin panel ♂️ 🏃
- Features of Login page:
- login form
 - username field
 - password field
 - password eye icon
 
 
all the pages have the following components:
- header
 - admin card
 - a box that has different content in each admin page
 
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
 
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
 
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:

- course title
 - course price
 - course category
 
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
 
