Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keller-mark/compsci279r-when2meet


https://github.com/keller-mark/compsci279r-when2meet

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# compsci279r-when2meet

## How to open hosted version

Navigate to https://keller-mark.github.io/compsci279r-when2meet/?task=1&week=a in a web browser.

## How to open locally

1. Install NodeJS and NPM

2. Run `npm install` to install the dependencies specified in `package.json`

3. In a terminal, run the following to start the development server:

```sh
npm run dev
```

## Resources

- https://github.com/bibekg/react-schedule-selector

No tutorial was used to complete this assignment.