/EduHome

Your virtual classroom :)

Primary LanguageCSS

EDUHOME

Your Virtual ClassRoom solutions with EduHome. The project has a discussion forum where Students and Teachers can write and upload articles regarding different subjects and share notes.

Features and Interfaces

  1. Landing Page and Feedback Form

    • Seamless landing page with Login and Signup Button. Screenshot from 2021-11-26 17-53-39

    • Login and Signup page with Bcrypt hashing for users to create account as Teachers/Students. Screenshot from 2021-11-26 17-54-42

  2. One of the most important part of Agile is feedback, therefore the app has a feedback form in the footer Screenshot from 2021-11-26 17-54-11

  3. Home Page

  • It has a dicsussion forum which shows all the articles published in the app. Screenshot from 2021-11-26 17-55-22

  • It has a AddPost page where can students can write and pushlish their articles. Screenshot from 2021-11-26 17-56-52

  • It has a PostView page which provides the detail view of a post to the users. Screenshot from 2021-11-26 17-55-48

  1. It has a feature to upload the class notes in the form of pdf, ppt, images in the app. This option is available for teachers only to post relevant study material. Screenshot from 2021-11-26 17-58-18

  2. All the users in the app can view the available notes and download it for their reference. Screenshot from 2021-11-26 17-57-42

Tools and Languages:

bootstrap css3 express git html5 javascript mongodb nodejs sass

Development

Backend

cd EduHome
npm run dev

Frontend

cd client
npm install
npm start