react-quick-calculator

Simple calculator for react applications.

MIT License

Downloads
258
Stars
0

React Quick Calculator

Description

React Quick Calculator is a simple calculator component specifically designed for React applications.

Features

  • Float Component: Press Alt + c to show calculator.
  • Numpad actions: Press Numpad numbers to use.
  • Styled: Change any style that you want (using tailwindcss)

Installation

To get started with React Quick Calculator, clone the repository and install the dependencies:

git clone https://github.com/rafael-lino/react-quick-calculator.git
cd react-quick-calculator
pnpm install

Scripts

Here are some useful commands you can run:

  • Development: Start the development server.

    npm run dev
    
  • Build: Create a production build of the library.

    npm run build
    
  • Test: Run the test suite.

    npm test
    
  • Preview Build: Preview your production build.

    npm run preview
    
  • Start Storybook: Run Storybook for component development.

    npm run start:docs
    

Keywords

  • React
  • TypeScript
  • Vite
  • ESLint
  • Testing Library
  • Storybook

Peer Dependencies

This library requires the following peer dependencies:

  • react (>=18.2.0)
  • react-dom (>=18.2.0)

Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue for any enhancements or bugs you encounter.

License

This project is licensed under the MIT License.

For more information, visit the GitHub repository.

Package Rankings
Top 31.79% on Npmjs.org
Badges
Extracted from project README
GitHub
Related Projects