- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
This is a web application as Calculator. It will do some math-based operations through web-UI. It's build with JavaScript.
🛠 Built With HTML/CSS
,Nodejs/JavaScript
, and Vite
Tech Stack HTML/CSS
with JavaScript
& Vite
- [Clean and Simple Static Webpages]
- [Only Raw HTML & CSS with Js]
- [Nodejs for development]
- [Vite for static bundler]
To get a local copy up and running, follow these steps.
In order to run this project you need:
Check Git is already installed and working:
git --version
node --version
It should not show you any error. And should return the version info.
Clone this repository to your desired folder:
Execute this:
git clone git@github.com:mahabubx7/calculator-js.git
Install this project with:
Install Dependencies:
cd your-project-folder
npm install
To run the project, execute the following command:
Execute this:
npm run dev
To run tests, run the following command:
Testing with Lint-checks:
npm test
Deployed in Github Pages
. Live Preview
👤 Mahabub
- GitHub: @mahabubx7
- Twitter: @mahabub__7
- LinkedIn: in/mahabubx7
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project... please give it a star.
I would like to thank the collaborators who helped to built vite.
-
[Why Vite?]
- [It is a static bundler. It helps us to bundle a big and massy web-pages project into a bundled and gives us optimized performance. ]
This project is MIT licensed.