Assignment Helper
can help teacher and students
when it comes to Assignment Submission.
Live Demo
- Landing Page
- Home page
-
On Students' home page they can see the assignments uploaded by teachers.
-
On top-right there is logout button and if any user logout then he/she comes to starting page.
-
There are multiple Assignment Cards on the home page. And also each Assignment card is scroll-able. If content of card overflows then user can scroll inside the card.
-
On Teachers' home page they can see the submitted assignments and there are option of Create Assignment.
Tech Stack:
- In case any Assignment is not broadcasted it is probably due to server overload, Wait for the window to solve this.
- After Submission of Assignment just Wait for few Seconds. It take some time to save the data in Database.
- Make sure the URL is starting with https
git clone https://github.com/taniya76/Assignment_Helper.git
cd ./Assignment_Helper
- Install node dependencies
npm install
- Replace firebase API keys with your configurations (Currently I added my Credentials for testing but soon I will remove them)
- Create a
.env
file- Add relevant credentials
cp .env.example .env
npm start
- The Website is now running at http://localhost:3000/
if (youEnjoyed) {
starThisRepository();
}