Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 855 Bytes

File metadata and controls

45 lines (27 loc) · 855 Bytes

Catculator

Catculator is a simple calculator web application built with React and TypeScript. It allows users to perform basic arithmetic operations on numbers.

Demo link

Check out the demo of Catculator.

List of commits

https://github.com/fs98/catculator/commits/master

Getting started

Installation

To download and install Catculator, follow these steps:

  1. Clone this repository to your local machine:
git clone https://github.com/fs98/catculator.git
  1. Navigate into the project directory:
cd catculator
  1. Install the necessary dependencies:
npm install

Usage

To start Catculator, run the following command in your terminal:

npm start

This will start the development server and open the application in your default browser at http://localhost:3000.