https://github.com/fullstackacademy/temperatureconverter
This is the Temperature Converter exercise
https://github.com/fullstackacademy/temperatureconverter
Last synced: 8 months ago
JSON representation
This is the Temperature Converter exercise
- Host: GitHub
- URL: https://github.com/fullstackacademy/temperatureconverter
- Owner: FullstackAcademy
- Created: 2024-10-11T01:18:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T01:18:26.000Z (over 1 year ago)
- Last Synced: 2025-05-17T23:08:42.741Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit2.TemperatureConverter.Starter
In this project, you will be building out the functionality of a simple app that asks a user for some numbers and then calculates some temperature conversions according to the user's input.
## Instructions
1. Create a new repository by using this starter repo as a template.
2. Clone down your version.
3. Open the project in VS Code.
4. Live serve `index.html`. You should be greeted with a prompt.
5. Complete the functions described in `index.js`!
## Submission
Submit a link to your Github repo.