https://github.com/natainditama/calcway
๐งฎ Simple calculator web application
https://github.com/natainditama/calcway
calculator calculator-app calculator-application calculator-javascript calcway free html html-css html-css-javascript html5 javascipt javascript natainditama project react react-typescript reactjs typescript vite vitejs
Last synced: 11 months ago
JSON representation
๐งฎ Simple calculator web application
- Host: GitHub
- URL: https://github.com/natainditama/calcway
- Owner: natainditama
- License: mit
- Created: 2022-03-27T21:28:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T16:57:26.000Z (11 months ago)
- Last Synced: 2025-04-28T17:16:51.311Z (11 months ago)
- Topics: calculator, calculator-app, calculator-application, calculator-javascript, calcway, free, html, html-css, html-css-javascript, html5, javascipt, javascript, natainditama, project, react, react-typescript, reactjs, typescript, vite, vitejs
- Language: TypeScript
- Homepage: https://calcway.pages.dev
- Size: 2.03 MB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Calcway
Simple calculator application built with React
View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature
## ๐ About the Project
### ๐ Features
This project includes the following features:
- Responsive design
- User-friendly interface
- Customization themes
- Keyboard support
- Basic calculations
### ๐จ Color Reference
| Color | Hex |
| ---------------- | ---------------------------------------------------------------- |
| Primary Color |  #377f86 |
| Secondary Color |  #ca5502 |
| Background Color |  #e6e6e6 |
| Text Color |  #333333 |
## ๐ Getting Started
### ๐ง Prerequisites
- [Node.js](http://nodejs.org/)
- [Yarn](https://yarnpkg.com/)
### ๐ Run Locally
Clone the project
```bash
git clone https://github.com/natainditama/calcway.git
```
Go to the project directory
```bash
cd calcway
```
Install dependencies
```bash
yarn
```
Start the server
```bash
yarn start
```
## ๐ Contributing
Contributions are always welcome!
See [contributing.md](https://github.com/natainditama/calcway/blob/main/.github/CONTRIBUTING.md) for ways to get started.
## โ ๏ธ License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/natainditama/calcway/blob/main/LICENSE) file for details
## ๐ค Contact
Nata Inditama - [natainditama](https://linkedin.com/in/natainditama/) - natainditama.dev@gmail.com
Project Link: [https://github.com/natainditama/calcway](https://github.com/natainditama/calcway)
## ๐ Resources
- [Frontend Mentor](https://www.frontendmentor.io)