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
- Host: GitHub
- URL: https://github.com/negrel/1calc
- Owner: negrel
- License: mit
- Created: 2023-03-20T18:27:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T16:17:07.000Z (10 months ago)
- Last Synced: 2025-01-08T09:13:55.247Z (5 months ago)
- Topics: html, html-css-javascript, html5, typescript
- Language: HTML
- Homepage: https://1calc.netlify.app
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
[](https://www.buymeacoffee.com/negrel)
## :scroll: License
MIT © [Alexandre Negrel](https://www.negrel.dev/)