Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keller-mark/compsci279r-when2meet
https://github.com/keller-mark/compsci279r-when2meet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keller-mark/compsci279r-when2meet
- Owner: keller-mark
- Created: 2022-09-20T18:00:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T14:14:43.000Z (about 2 years ago)
- Last Synced: 2024-10-12T15:17:57.629Z (3 months ago)
- Language: JavaScript
- Homepage: https://keller-mark.github.io/compsci279r-when2meet/?task=1&week=a
- Size: 662 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.