From fa4e7382e86774d93581dc5ee068e780c9283c6f Mon Sep 17 00:00:00 2001 From: Hristian Ivanow <92814022+hristianivanov@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:17:46 +0300 Subject: [PATCH] modified: README.md --- README.md | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5144056..743c53c 100644 --- a/README.md +++ b/README.md @@ -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/).