Giter Site home page Giter Site logo

classroom-1's Introduction

Classroom

An electron app similar to Google Classroom.

Development

  • Clone Repository
git clone https://github.com/PiyushPawar17/classroom.git
cd classroom
  • Install Dependencies
npm install
  • Set Up Firebase

    • Create a firebase project from firebase console.
    • Create a .env file at the root with following data.
     REACT_APP_FIREBASE_API_KEY=<Your_Firebase_API_Key>
     REACT_APP_FIREBASE_AUTH_DOMAIN=<Your_Firebase_Auth_Domain>
     REACT_APP_FIREBASE_DATABASE_URL=<Your_Firebase_Database_URL>
     REACT_APP_FIREBASE_PROJECT_ID=<Your_Firebase_Project_ID>
     REACT_APP_FIREBASE_STORAGE_BUCKET=<Your_Firebase_Storage_Bucket>
     REACT_APP_FIREBASE_MESSAGING_SENDER_ID=<Your_Firebase_Messaging_Sender_ID>
    

    Note: You must create custom environment variables beginning with REACT_APP_. Visit here for more information.

  • Run

npm start

To prevent the browser from opening set BROWSER=none in the .env file.

Screenshots

Sign-In / Sign-Up Page

Main Page

Subscribed Subjects

Subscribed Subjects

Lecture Notes and References (Teacher's View)

Lecture Notes and References

Announcements Page (Student's View)

Announcements Page

Subject's Home Page (Student's View)

Subject's Home Page

Assignment Page (Student's View)

Assignment Page

Discussion Forum

Discussion

Assignment Page (Teacher's View)

Assigment

classroom-1's People

Contributors

piyushpawar17 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.