https://github.com/derektypist/build-a-gradebook-app
Practice conditionals to determine the student's grade based on their score.
https://github.com/derektypist/build-a-gradebook-app
conditionals freecodecamp-project javascript
Last synced: about 2 months ago
JSON representation
Practice conditionals to determine the student's grade based on their score.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-gradebook-app
- Owner: derektypist
- Created: 2025-01-16T10:38:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T10:41:53.000Z (4 months ago)
- Last Synced: 2025-01-27T23:22:25.805Z (3 months ago)
- Topics: conditionals, freecodecamp-project, javascript
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Gradebook App
Practice conditionals to determine the student's grade based on their score.
## UX
[Build a Gradebook App User Stories](https://www.freecodecamp.org/learn/full-stack-developer/lab-gradebook-app/build-a-gradebook-app)
## Technologies
Uses JavaScript conditionals.
## Deployment
Copy `script.js` into the text editor. In `Node.js command prompt` use the command `node script.js` and run. You may also clone the repository.
## Credits
### Acknowledgements
- [FreeCodeCamp](https://www.freecodecamp.org)