git clone https://github.com/niteshkr100/macosCalculator.git
npm install or npm i
for running the website on local----->
npm run dev
git checkout -b feature/your-feature
git add .
git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.