/calculator-js

This is a web application as Calculator. It will do some math-based operations through web-UI. It's build with JavaScript.

Primary LanguageJavaScriptMIT LicenseMIT

Calculator App

📗 Table of Contents

📖 [Todo List]

This is a web application as Calculator. It will do some math-based operations through web-UI. It's build with JavaScript.

Client

Key Features

  • [Clean and Simple Static Webpages]
  • [Only Raw HTML & CSS with Js]
  • [Nodejs for development]
  • [Vite for static bundler]

(back to top)

💻 Getting Started

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:

 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:

  git clone git@github.com:mahabubx7/calculator-js.git

Install

Install this project with:

Install Dependencies:

  cd your-project-folder
  npm install

Usage

To run the project, execute the following command:

Execute this:

  npm run dev

Run tests

To run tests, run the following command:

Testing with Lint-checks:

  npm test

Deployment

Deployed in Github Pages. Live Preview

(back to top)

👥 Authors

👤 Mahabub

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project... please give it a star.

(back to top)

🙏 Acknowledgments

I would like to thank the collaborators who helped to built vite.

(back to top)

❓ FAQ (OPTIONAL)

  • [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. ]

(back to top)

📝 License

This project is MIT licensed.

(back to top)