Skip to content

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

License

Notifications You must be signed in to change notification settings

bolah2009/react-calculator

Repository files navigation

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

🖼️ 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published