Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j1m-ryan/qca-calculator
- Owner: j1m-ryan
- Created: 2020-07-08T23:53:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T20:32:09.000Z (8 months ago)
- Last Synced: 2024-10-28T09:59:09.803Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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 Locally1. 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 browserAlternatively 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