A calculator that uses the Bulma.io framework, React, and functional JavaScript.
To get started, you can clone the repository by running the following command in your terminal:
$ git clone [email protected]:GSNCunha/bulma-react_functional_calculator.git
You can access the calculator by visiting the following link: https://gsncunha.github.io/bulma-react_functional_calculator/
- Built using the Bulma.io framework, React, and functional JavaScript
- Performs all operations using a single variable, due to the functional JavaScript structure
- Node.js installed on your computer
- npm installed on your computer
- Navigate to the root directory of the project:
$ cd bulma-react_functional_calculator
- Install the required npm packages:\
$ npm install
- Start the development server:
$ npm start
- Open your web browser and navigate to http://localhost:3000. You should now see the calculator running.
Contributions are welcome! If you have any ideas for new features or bug fixes, please open an issue or a pull request.
This project is licensed under the MIT License.