Skip to content

BalintMendli/react-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator React App

Scientific calculator built with TypeScript and React.

calculator

Live Demo

Demo

Built With

  • React.js
  • TypeScript
  • Styled-components

Usage

Prerequisites

  • node
  • npm

Getting started

Clone the repository to your local machine

$ git clone https://github.com/BalintMendli/react-calculator.git

Change into the project directory

$ cd react-calculator

Install dependencies

$ npm install

Start development server

$ npm run start

Run the test suite

$ npm run test

Author

👤 Balint Mendli

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

  1. Fork it
  2. Create your working branch
git checkout -b my-new-feature
  1. Commit your changes
git commit -am 'Add some feature'
  1. Push to the branch
git push origin my-new-feature
  1. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.