All Projects → Shubh0405 → classmanager-student-teacher-portal

Shubh0405 / classmanager-student-teacher-portal

Licence: other
A Student-Teacher Portal built using HTML, CSS, Python and Django

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to classmanager-student-teacher-portal

full-teaching
A web application to make teaching online easy. WARNING: the updated version of this repo is now in the link below
Stars: ✭ 34 (-78.06%)
Mutual labels:  teachers, students, classroom
Fenice-Network
Building the job search portal which helps both recruiters and job seekers to get perfect jobs.
Stars: ✭ 20 (-87.1%)
Mutual labels:  bootstrap4, django-project
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (-83.87%)
Mutual labels:  bootstrap4, portal
curr
All curricular materials for Bootstrap course modules
Stars: ✭ 13 (-91.61%)
Mutual labels:  teachers, students
college-management-react
This is a College management web app in MERN stack.
Stars: ✭ 42 (-72.9%)
Mutual labels:  teachers, students
introduction-to-computer-science
Microsoft TEALS Program - Introduction to Computer Science
Stars: ✭ 93 (-40%)
Mutual labels:  teachers, students
Academiccontent
Free tech resources for faculty, students, researchers, life-long learners, and academic community builders for use in tech based courses, workshops, and hackathons.
Stars: ✭ 2,196 (+1316.77%)
Mutual labels:  students, classroom
edusense
EduSense: Practical Classroom Sensing at Scale
Stars: ✭ 44 (-71.61%)
Mutual labels:  teachers, classroom
born again neuralnet
Unofficial pytorch implementation of Born-Again Neural Networks.
Stars: ✭ 44 (-71.61%)
Mutual labels:  teachers, students
github-classroom-utils
Python tools for instructors working with GitHub Classroom
Stars: ✭ 66 (-57.42%)
Mutual labels:  teachers, classroom
ClassClock
ClassClock is a free, easy-to-use web app for K-12 schools that provides an at-a-glance view of the school schedule
Stars: ✭ 27 (-82.58%)
Mutual labels:  teachers, students
vue-resume
a live resume builder using VueJs
Stars: ✭ 72 (-53.55%)
Mutual labels:  bootstrap4
Opensource-Contribution-Leaderboard
Open Source project contributors tracking leaderboard built with ❤️ in NodeJS 😉
Stars: ✭ 30 (-80.65%)
Mutual labels:  students
startbootstrap-portfolio-item
A Bootstrap portfolio item page template created by Start Bootstrap
Stars: ✭ 56 (-63.87%)
Mutual labels:  bootstrap4
loopple
Drag & drop dashboard builder
Stars: ✭ 180 (+16.13%)
Mutual labels:  bootstrap4
smaller-sites
Smaller Sites is a small BUT Powerful, free and easy to use drag and drop builder for blogs, websites or e-commerce stores. Designed for everyone Developers and non Developers. You can use it to design your next website. The goal is to create something like webflow
Stars: ✭ 27 (-82.58%)
Mutual labels:  bootstrap4
bootcatch-themes
🔥 Bootcatch Themes is an open-source library of free Custom Bootstrap Themes.
Stars: ✭ 22 (-85.81%)
Mutual labels:  bootstrap4
SceneKit-PortalMask
Clean class to create a portal in SceneKit for use in ARKit.
Stars: ✭ 60 (-61.29%)
Mutual labels:  portal
sistem skripsi
Proses skripsi menjadi lebih teratur dan cepat yang dilakukan secara online yang bisa diakses dimana saja melalui browser dengan bertujuan menghemat waktu, tenaga dan memudahkan mendapatkan informasi proses skripsi secara Online.
Stars: ✭ 23 (-85.16%)
Mutual labels:  bootstrap4
Random-Name-Picker
Simple, beautiful Android app to help you choose from a list of names at random. Downloaded 560,000+ times on Google Play with a 4.5+ rating after 3,500+ reviews.
Stars: ✭ 37 (-76.13%)
Mutual labels:  teachers

classmanager

A Student-Teacher Portal built using HTML, CSS, Python and Django

Class Manager is a Student-Teacher Portal where techers and student can sign up and teachers can add students in their class.

Class Manager contains more features like:

  1. Teachers can add or edit their student's marks after adding them in the class.
  2. Teachers can also write notice which will be sent to all students in their class.
  3. Teachers can upload assignments which will be sent to all students in their class and students can download the assignments.
  4. Students can also submit their assignment but once submitted can't be changed later.
  5. Teachers can also see all the mark given by them to a student through their marks profile and can edit them if necessary.
  6. Students can see marks given to them by teachers in marks section.
  7. Student can see the list of all teachers in the portal and can message any of them.
  8. Teachers can see all the messages written by students in Inbox.
  9. User can search any student through search option at the top of the student list page. Same goes for teachers list.
  10. User can see their profile through profile option.
  11. User can add profile picture and edit their profile through edit profile.
  12. User can also change their password if necessary.

Screenshots

Home Page

classmanager classmanager-homepage classmanager-homepage1

Login Page

classmanager-loginpage

Options Avalaible for teachers

classmanager-teacheroptions

Options available for students

classmanager-studentsoptionlist

Profile Page

User can edit their profile by clicking on Edit profile

classmanager-profilepic

Marks given by teacher

Here, teachers can see all the marks given by them to a particular student of her class and can update them.

classroom-marksgiven

Marks list obtained by Student

classmanager-marksobtained

Assignments uploaded by teacher

Students can download assignment given by their teacher and can submit their work too.

classmanager-assignmentpage

Assignment submission by students

Teacher can check submissions made by their students and can give them marks for that. classmanager-submissionlist

Class Manager uses the multi-user concept of Django where student and teacher are different types of user and have different functionalities. Also adding features like notice, messages, Assignment, adding students to the class etc. requires a lot of Django concepts. Projects like Class Manager is a great choice to practice your Django skills and test yourself.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].