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

https://github.com/negrel/1calc

Simple calculator web app
https://github.com/negrel/1calc

html html-css-javascript html5 typescript

Last synced: 4 months ago
JSON representation

Simple calculator web app

Awesome Lists containing this project

README

        

# :technologist: `1calc` - Simple calculator web app.

## Getting started

First, you must install dependencies:

```shell
# If you're using yarn
yarn

# If you're using NPM
npm install
```

Then you can start development server as follow:

```shell
yarn dev

# Or
npm run dev
```

## Contributing

If you want to contribute to `1calc` to add a feature or improve the code contact
me at [[email protected]](mailto:[email protected]), open an
[issue](https://github.com/negrel/1calc/issues) or make a
[pull request](https://github.com/negrel/1calc/pulls).

## :stars: Show your support

Please give a :star: if this project helped you!

[![buy me a coffee](.github/images/bmc-button.png)](https://www.buymeacoffee.com/negrel)

## :scroll: License

MIT © [Alexandre Negrel](https://www.negrel.dev/)