Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hristianivanov committed Aug 21, 2024
1 parent f54e45a commit fa4e738
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions README.md
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/).

0 comments on commit fa4e738

Please sign in to comment.