A QCA calulator for University of Limerick grades in React.js.
- Clone or download the project
- Run the command
npm install
in the project directory - Then run
npm start
to launch the web app in your web browser
Alternatively use the docker image with docker run -p 3000:80 jimryan/qca
- Select your grades in each year
- To remove the last grade entered click the
<-
button - To remove all grades in a year click the
CLR
button
- React.js - The framework
- create-react-app - For quick project set up