Skip to content

macosCalculator is a copy of real world mac m1 calculator in which basic and advance calculation can be easily. And can feel same experience of macos calculator.

Notifications You must be signed in to change notification settings

niteshkr100/macosCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Contribute

1. Fork the repository to your GitHub account.

2. Clone the forked repository to your local machine.

git clone https://github.com/niteshkr100/macosCalculator.git

Before Getting Started download node module

npm install or npm i

Getting Started

for running the website on local----->

npm run dev

3. Create a new branch for your changes.

git checkout -b feature/your-feature

4. Make your changes, whether they're bug fixes, new features, or improvements.

5. add the change in your branch

git add .

6. Commit your changes with descriptive commit messages.

git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature

7. Open a Pull Request (PR) against the main repository.

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

macosCalculator is a copy of real world mac m1 calculator in which basic and advance calculation can be easily. And can feel same experience of macos calculator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published