Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahabubx7/calculator-js
This is a web application as Calculator. It will do some math-based operations through web-UI. It's build with JavaScript.
https://github.com/mahabubx7/calculator-js
css es6 html javascript object-oriented-programming tdd-jest vite
Last synced: 1 day ago
JSON representation
This is a web application as Calculator. It will do some math-based operations through web-UI. It's build with JavaScript.
- Host: GitHub
- URL: https://github.com/mahabubx7/calculator-js
- Owner: mahabubx7
- License: mit
- Created: 2023-04-09T12:57:02.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-16T05:43:54.000Z (10 months ago)
- Last Synced: 2024-01-16T11:51:06.708Z (10 months ago)
- Topics: css, es6, html, javascript, object-oriented-programming, tdd-jest, vite
- Language: JavaScript
- Homepage: https://calculator-js-mx7.netlify.app/
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Calculator App
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#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`
Client
- **[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.
### Prerequisites
In order to run this project you need:
Check Git is already installed and working:
```sh
git --version
node --version
```
It should not show you any error. And should return the version info.
### Setup
Clone this repository to your desired folder:
Execute this:
```sh
git clone [email protected]:mahabubx7/calculator-js.git
```
### Install
Install this project with:
Install Dependencies:
```sh
cd your-project-folder
npm install
```
### Usage
To run the project, execute the following command:
Execute this:
```sh
npm run dev
```
### Run tests
To run tests, run the following command:
Testing with Lint-checks:
```sh
npm test
```
### Deployment
Deployed in `Github Pages`. [Live Preview](https://calculator-js-mx7.netlify.app/)
👤 **Mahabub**
- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- Twitter: [@mahabub\_\_7](https://twitter.com/mahabub__7)
- LinkedIn: [in/mahabubx7](https://linkedin.com/in/mahabubx7)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
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](./LICENSE) licensed.