#Unit Converter Button wont work in Netlify

4 messages · Page 1 of 1 (latest)

slate siren
#

Got it working: https://heroic-empanada-64339c.netlify.app/ (I deployed my Unit Converter onto netlify. It works perfectly within scrimba, but once on Netlify the button does not click anymore. I'm trying to figure out where it went wrong.
Scrimba: https://scrimba.com/scrim/co48f4bbda41ab6689f073c63
Github: https://github.com/KasTheDev/Unit-Converter
Netlify: https://willowy-froyo-a74b36.netlify.app/

Any insight would be greatly appreciated!!)

Scrimba

Learn to code with interactive screencasts. Our courses and tutorials will teach you React, Vue, Angular, JavaScript, HTML, CSS, and more. Scrimba is the fun and easy way to learn web development.

GitHub

Converts Units. Contribute to KasTheDev/Unit-Converter development by creating an account on GitHub.

glossy helm
#

when you upload to github try to only select the index.js, index.html and index.css, without the package.json and vite.config.js

#

delete the project and only upload index.js, index.html and index.css

slate siren