/calculator

Primary LanguageJavaScript

Calculator

This is a calculator application that perform basic calculation operations, including division, multiplication, addition, and substraction. This project was scaffoleded using Create React App.

Getting Started

To get a copy of this application in your local machine up and running please follow this step-by-step instructions below.

Prerequisites

Make sure you have node.js installed on your local machine. Open your terminal and follow these instructions.

  1. Clone this repo by running git clone git@github.com:cyonii/todo-app.git, and cd into it's root directory
  2. Run npm install to install the project's dependencies.
  3. Run npm run start, the app should be started by this command
  4. Head over to your browser and open localhost:3000 to view app.

Tech & Tools

This application is built with the following tools and libraries:

Live-demo

See the live demo

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.

Testing

To run automated tests, in your terminal, run npm run test.

Authors

CY Kalu 👤

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

The Odin Project