This Vite React project contains separate calculator components that use three number inputs and demonstrate:
- buttons
- radio buttons
- select dropdown
- checkboxes
Each component performs addition, subtraction, multiplication, and division.
npm install
npm run devOpen the local URL shown by Vite, usually http://localhost:5173/.
The project includes .github/workflows/deploy.yml, so GitHub Actions will build and deploy the app to GitHub Pages when you push to main.
The custom domain file is:
public/CNAME
with:
react.learnwithchampak.live