-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f54e45a
commit fa4e738
Showing
1 changed file
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
# React + Vite | ||
# React Calculator | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
A simple calculator project built with React. | ||
|
||
Currently, two official plugins are available: | ||
![Preview Image](https://github.com/user-attachments/assets/94e018fa-943f-435d-a003-9ce5a3219dc4) | ||
|
||
![6b568367-282a-4d77-bc83-7458ff786b3e-cover](https://github.com/user-attachments/assets/94e018fa-943f-435d-a003-9ce5a3219dc4) | ||
Figma Design : https://www.figma.com/community/file/1067410724733215446/calculator | ||
|
||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh | ||
## Features | ||
|
||
Figma Design : https://www.figma.com/community/file/1067410724733215446/calculator | ||
1. Add, subtract, multiply, divide | ||
2. Support decimal values | ||
3. Calculate percentages | ||
4. Invert the values | ||
5. Reset functionality | ||
6. Format larger numbers | ||
7. Output resize based on length | ||
|
||
## Installation | ||
1. | ||
```bash | ||
$ git clone git@github.com:calebpollman/react-calculator.git | ||
``` | ||
|
||
## Contributions | ||
|
||
Any feature requests and pull requests are welcome! | ||
|
||
## License | ||
|
||
The project is under [MIT license](https://choosealicense.com/licenses/mit/). |