#Need help with Passenger Counter App

2 messages · Page 1 of 1 (latest)

ebon hedge
#

Hello everyone, I have completed building the Ticket counter app and deployed it on netfily but I'm unable to click on the increment or the save button. Can anyone help

Production link - https://strong-crumble-1a34ba.netlify.app/
github repo - https://github.com/impreetham/train-counter-app.git
can anyone provide feedback on the same as to where I'm wrong?

GitHub

This app is made with HTML, CSS & Javascript. Contribute to impreetham/train-counter-app development by creating an account on GitHub.

tribal wind
#

Delete vite.config.js and package.json from GitHub, then redeploy. They are only used for scrimba’s IDE (to make scrimba do what it does). Netlify sees the package.json and uses that to interpret what it needs to install in the build process and it consequently breaks your site.