1.0.1 • Published 5 years ago

calcunamic-ui v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

calcunamic-ui

Creating an open source React.js library for building calculation UI components, used for regular, financial, scientific calculations. Potential uses for them are for developing advanced form inputs used for calculations and building in built calculators for apps and websites, creating storage components to store calculations.

Early stages of this project can be found at this GitHub repository, in which I built a hosted interactive calculator. It also includes a temporary database and a fully expanded calculation screen. This was a college project I built to try and come up with new ideas for building calculation applications.

Currently I am looking for ideas that will bennefit the developer community with the long term plan to make this for commercial applications. In the mean time I plan on starting small with this application. I will first create a basic calculator using React.js, Node.js, MongoDB and GraphQL.

The initial ideas for this library may change over time. For example, if I feel they have no relevence, or are just reinventing the wheel, I will forget them.

NPM JavaScript Style Guide

Install

npm install --save calcunamic-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'calcunamic-ui'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © TommyJackson85

Contributions

I am not looking for contributers yet as this is in its infancy.

1.0.1

5 years ago

1.0.0

5 years ago