course search
Initial beta release
Desktop application built with React and Electron to find courses from multiple sources available to download in torrent form
https://github.com/burhanuday/course-search/releases
win
: Download compiled executable from releases tabmac
: Follow below steps to compile binaryThe source can be changed by picking a different website from the dropdown in the top right corner
git clone https://github.com/burhanuday/course-search
npm install
npm run package
dist
folder will be created in the root of your project containing the executable files--mac
to the postpackage
script besides --win
if you are on a mac computernpm start
to start the react development servernpm run start-electron
in a different terminal to start the electron appelectron/
: Code for the main Electron processsrc/react/
: Code for the React renderer processsrc/shared/
: Code shared between React and Electronpackage.json
: Contains scripts for running the app in development, building it, and packaging it for production using electron-builderMake a new PR to contribute
Taken from https://github.com/burhanuday/electron-react-boilerplate
GNU General Public License v3.0