https://github.com/cobbyelsonfx/surveryform-localstorageapp
This web application allows users to calculate their GPA and save their details to local storage. The app assigns a unique ID to each set of saved data, which users can use to view, edit, or delete their saved details.
https://github.com/cobbyelsonfx/surveryform-localstorageapp
css html5 javascript
Last synced: 6 days ago
JSON representation
This web application allows users to calculate their GPA and save their details to local storage. The app assigns a unique ID to each set of saved data, which users can use to view, edit, or delete their saved details.
- Host: GitHub
- URL: https://github.com/cobbyelsonfx/surveryform-localstorageapp
- Owner: CobbyElsonfx
- Created: 2022-08-11T02:01:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T00:02:08.000Z (about 2 years ago)
- Last Synced: 2025-05-16T17:14:04.321Z (6 days ago)
- Topics: css, html5, javascript
- Language: HTML
- Homepage: https://cobbyelsonfx.github.io/SurveryForm-localStorageApp/
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GPA Calculator with Local Storage - BEST VIEWED ON DESKTOP FOR NOW
## This web application allows users to calculate their GPA and save their details to local storage. The app assigns a unique ID to each set of saved data, which users can use to view, edit, or delete their saved details.
FeaturesCalculate GPA: Users can enter their grades and credits for each course and calculate their GPA using a simple formula.
Save to Local Storage: Users can save their GPA calculation details to local storage.
View Saved Data: Users can view their saved details by entering the unique ID assigned to their data.
Edit Saved Data: Users can edit their saved details by entering the unique ID assigned to their data and updating the form fields.
Delete Saved Data: Users can delete their saved details by entering the unique ID assigned to their data.# Technologies Used
The following technologies were used in this project:
HTML
CSS
JavaScript
# Usage
To use this app, simply open the index.html file in your web browser.
To calculate your GPA, enter the grade and credit information for each course in the form and click the Calculate GPA button. Your GPA will be displayed below the form.
To save your GPA details to local storage, click the Save to Local Storage button. Your data will be saved with a unique ID, which will be displayed below the form.To view your saved details, enter the unique ID assigned to your data in the ID field and click the Submit Query button. Your details will be displayed below the form.
To delete your saved details, enter the unique ID assigned to your data in the ID field and click the Submit Query button. Your details will be deleted from local storage.# Contributing
If you find any bugs or issues, please open a new issue in this repository or submit a pull request with your proposed changes.
LicenseThis project is licensed under the MIT License - see the LICENSE file for details.