Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:41:29.000Z (3 months ago)
- Last Synced: 2024-10-29T20:40:18.668Z (3 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: 1.63 MB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
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](https://via.placeholder.com/10/377f86?text=+) #377f86 |
| Secondary Color | ![#ca5502](https://via.placeholder.com/10/ca5502?text=+) #ca5502 |
| Background Color | ![#e6e6e6](https://via.placeholder.com/10/e6e6e6?text=+) #e6e6e6 |
| Text Color | ![#333333](https://via.placeholder.com/10/333333?text=+) #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/) - [email protected]Project Link: [https://github.com/natainditama/calcway](https://github.com/natainditama/calcway)
## ๐ Resources
- [Frontend Mentor](https://www.frontendmentor.io)