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

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.

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)