Giter VIP home page Giter VIP logo

damp-sky-9374's Introduction

damp-sky-9374

JSON Course Schedule Viewer

Try It Yourself

Damp Sky Course Schedule Viewer is hosted at Heroku.

https://damp-sky-9374.herokuapp.com/

You need two things to use the application.

First, a json string describing all available courses and their time slots.

Example json file:

[
    {
        "name": "TTE3979",
        "options": [
            [
                {
                    "day": "Mon",
                    "startTime": {
                        "hour": 16,
                        "minute": 35
                    },
                    "endTime": {
                        "hour": 19,
                        "minute": 35
                    }
                }
            ],
            [
                {
                    "day": "Thu",
                    "startTime": {
                        "hour": 12,
                        "minute": 15
                    },
                    "endTime": {
                        "hour": 14,
                        "minute": 15
                    }
                },
                {
                    "day": "Fri",
                    "startTime": {
                        "hour": 20,
                        "minute": 30
                    },
                    "endTime": {
                        "hour": 21,
                        "minute": 30
                    }
                }
            ]
        ]
    },
    {
        "name": "MAT1850",
        "options": [
            [
                {
                    "day": "Tue",
                    "startTime": {
                        "hour": 18,
                        "minute": 5
                    },
                    "endTime": {
                        "hour": 19,
                        "minute": 5
                    }
                },
                {
                    "day": "Mon",
                    "startTime": {
                        "hour": 15,
                        "minute": 40
                    },
                    "endTime": {
                        "hour": 17,
                        "minute": 40
                    }
                }
            ]
        ]
    }
]

Second, a semicolon-separated list of desired courses to take.

After you have those two forms filled in, you can click "display" button to see all possible schedules consisting of your desired courses. The purpose of this application is to allow users to plan their course schedules more efficiently.

Contribute

This project uses typescript and webpack, therefore needs building step before running. Build the project with the following command.

npm run build

And start the web application server.

npm start

Run unit-tests.

npm test

launch.json file for VSCode is provided.

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.