An open API service indexing awesome lists of open source software.

https://github.com/cryptoalgorithm/react-spending-calculator-demo

A demo web app made in React to demonstrate the immense benefits of reactive frontend UI frameworks
https://github.com/cryptoalgorithm/react-spending-calculator-demo

demo react

Last synced: 3 months ago
JSON representation

A demo web app made in React to demonstrate the immense benefits of reactive frontend UI frameworks

Awesome Lists containing this project

README

        

# Spending Calculator

A demo web app made in React to demonstrate the immense
benefits of reactive frontend UI frameworks (such as React).

## Running the app

To run the app, ensure need to have Yarn and Node.js installed
on your machine.

Installing Yarn

> You'll need to have NodeJS and NPM installed first.

```bash
npm i -g yarn
```

_Why use Yarn over NPM?_
* Faster installs
* More efficient caches
* Better dependency management

Then, run the following commands:
```bash
yarn # Install dependencies
yarn start # Start development server
```