Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j1m-ryan/qca-calculator

React.js grade calculator for the University of Limerick's QCA system
https://github.com/j1m-ryan/qca-calculator

Last synced: 12 days ago
JSON representation

React.js grade calculator for the University of Limerick's QCA system

Awesome Lists containing this project

README

        

# :mortar_board: qca-calulator

![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
A QCA calulator for University of Limerick grades in React.js.

![Progam being used](images/program.gif)
* [Live site](https://j1m-ryan.github.io/qca-calculator/)
## :computer: Running Locally

1. Clone or download the project
2. Run the command `npm install` in the project directory
3. 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`

## :keyboard: Usage

* 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

## :hammer: Built With

* [React.js](https://reactjs.org/) - The framework
* [create-react-app](https://create-react-app.dev/) - For quick project set up