Skip to content

An automated Curriculum Schedular which prepares a schedule as per your needs. A great tool for any self-learning student!

Notifications You must be signed in to change notification settings

muhesh-kumar/curriculum-schedular

Repository files navigation

Curriculum Schedular

Setting up the Development Environment

  1. Clone the project

  2. Install dependencies yarn

  3. Setup precommit hooks yarn husky install

  4. Create a .husky/pre-commit file and fill it with the following contents

  5. #!/usr/bin/env sh
    . "$(dirname -- "$0")/_/husky.sh"
    
    # yarn tsc --noEmit && yarn eslint . && yarn prettier --write .
    yarn lint-staged
    
  6. Make .husky/pre-commit executable chmod +x .husky/pre-commit

  7. Start the development server yarn dev

  8. Open http:https://localhost:3000 with your browser to see the result.

References

For graph implementation on the Client Side:

Google Auth Tutorial

Next Authentication Boilerplate

File Upload

NextJS Security

About

An automated Curriculum Schedular which prepares a schedule as per your needs. A great tool for any self-learning student!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published