https://github.com/wlawt/htc
Track & manage volunteer hours, tutors, and tutees to make tutoring easier.
https://github.com/wlawt/htc
Last synced: 4 months ago
JSON representation
Track & manage volunteer hours, tutors, and tutees to make tutoring easier.
- Host: GitHub
- URL: https://github.com/wlawt/htc
- Owner: wlawt
- License: mit
- Created: 2019-07-12T15:49:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T01:47:40.000Z (about 5 years ago)
- Last Synced: 2025-01-08T08:18:53.269Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 640 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Harbord Tutoring Club
A small program of keeping track of volunteer hours and tutors.
I built this program to help out my school's tutoring club 😃## Running Harbord Tutoring Club (HTC)
### Downloading the source code
#### Clone the repository:
```
git clone https://github.com/wlawt/htc.git
cd htc
```#### To run HTC:
```
cd htc
npm install
cd client
npm install
cd ../
npm run dev
```## What is does (functionalities):
#### Landing Page
- Be able to view the tutors (name didn't want to be disclosed),
the subjects they teach, their grade, and number of absences (to ensure
you're picking a tutor that committed to your success)
#### Volunteer Hour Log
- It's very hard to keep track of an accurate list of hours. This allows
the exec team to easily manage all the hours and update the total count
in real-time without any human errors.
#### Admin/Exec Dashboard
- This page allows the teachers and executive team to manage all the tutors
and to ensure the integrity of the hours being recorded
- We can easily store the history of previous tutors for any purpose needed (
the tabs "2020/2021" get updated right at the start of the school year,
automatically)
#### Add Tutor
- Pick between the grades (9-12) and your availability (Tues/Thurs)
#### Add/Change Tutor Subjects
- Update any subjects, if needed (and easily keep track of them 😉)
## Update threads
### July 12, 2019 Update
- Initial Commit
## License
MIT License
Copyright (c) 2019 wlawt (htc)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.