A small project I wanted to work on.
A native desktop application that allows the user to view course dependencies for Computer Science at York University.
Written using Electron as well as the following libraries:
- React
- Material UI
- Webpack
- Allow user to save their grades earned in a particular course, calculating GPA avg. etc
- Courses included are for Bachelors of Computer Science (Honours incl.) as well as the specialized fields
- Scrapes the YorkU course website for updated courses (Might be moved to an AWS server instead)
npm run build
npm run start
Currently tested on Windows 10. No plans for Mac or Linux yet.