Skip to content

SPA application made with React & Routing. It has a functional calculator inside. Styled with TailwindCSS. Unit test and snapshots with Jest. Responsive Design.

License

Notifications You must be signed in to change notification settings

chubaquelo/react-calculator

Repository files navigation

React Calculator

This is a real calculator made using react. Its components are App, Display, ButtonPanel and Button. Logic was separated into calculate.js and operate.js files, into ./src/logic folder. Styling was made with Tailwind CSS.

The calculator can manage float numbers and you can: +, -, /, *, %, A/C and +/- .

LIVE DEMO

Click Here to See Live Demo

Screenshot

Built With

  • HTML + CSS
  • Tailwind CSS
  • React.js
  • JavaScript, ES6
  • Big.js library for managing big numbers
  • NPM
  • ESLINT + Stylelint

Responsive Menu for Mobile

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Authors

👤 Sergio Obolevich

🤝 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

📝 License

This project is MIT licensed.

About

SPA application made with React & Routing. It has a functional calculator inside. Styled with TailwindCSS. Unit test and snapshots with Jest. Responsive Design.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published