Skip to content

Latest commit

Β 

History

History
31 lines (22 loc) Β· 1.21 KB

File metadata and controls

31 lines (22 loc) Β· 1.21 KB

Welcome to Homework Scheduler πŸ‘‹

πŸ€” Problem

Sometimes Teachers assign multiple assignments on very close deadlines with each other which results in a very hectic scehdule for students. This app tries to solve that problem by giving a deadline picker to teachers where they can see and manage thier deadlines for assignments while giving some additional insights on assignments.

✨ Features

  • Server Side Rendered App with Next.js providing better SEO
  • MongoDB as the database
  • A nice date picker ui for selecting deadlines for assignments
  • Tech Stack : React/Next.js, MongoDB

For more details on features, I have written a blog post here πŸ˜„

πŸš€ Hosted Link

  • This project is hosted on Vercel and can be accessed here

Setup Instructions

  • Install Node, MongoDB
  • Run the following commands in two seperate terminals:
    • mongod - For MongoDB local server
    • npm run dev - For Nextjs Server (make sure you are in same directory as the project)
  • Open http://localhost:3000 in a web browser to visit the Website

Maintainers

  • No one assigned as of now