/react-calculator

A calculator app with basic binary operations built with react and tested with Jest.

Primary LanguageJavaScriptMIT LicenseMIT

Maintainability Test Coverage codecov Netlify Status

PROJECT: Calculator App (React)

The objective of this project is to create a Calculator app using React. The features of the app also include:

  • Basic binary operations
  • Calculations with big numbers
  • Testing with Jest
  • Linting with ESLint and Stylelint
  • Continuos Integration with Github Actions, Codeclimate and Codecov

๐ŸŒ Live link

๐Ÿ–ผ๏ธ Screenshot

Calculator

๐Ÿ› ๏ธ Development

  • Clone the project
git clone https://github.com/bolah2009/react-calculator.git
  • Install Dependencies
yarn install
  • Run test
yarn test
  • Run linter (eslint and stylelint)
yarn lint:check
  • Run Prettier
yarn format:check
  • Start server (Development mode)
yarn start
  • Start server (Production mode)
yarn build

๐Ÿงพ TODO

  • Add more complex calculator operations
  • Improve UI/UX

๐Ÿค๐Ÿพ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

โญ๏ธ Show your support

Give a โญ๏ธ if you like this project!

๐Ÿ™๐Ÿพ Acknowledgments

  • Microverse Team

๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป Author

๐Ÿ“ License

MIT licensed.