https://github.com/maximoospital/calculapp
Calculadora con estilo neumorfico.
https://github.com/maximoospital/calculapp
calculator neumorphism react
Last synced: 3 months ago
JSON representation
Calculadora con estilo neumorfico.
- Host: GitHub
- URL: https://github.com/maximoospital/calculapp
- Owner: maximoospital
- License: gpl-3.0
- Created: 2022-06-28T03:03:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T02:40:15.000Z (11 months ago)
- Last Synced: 2025-01-24T19:16:18.376Z (5 months ago)
- Topics: calculator, neumorphism, react
- Language: JavaScript
- Homepage:
- Size: 3.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [](https://maximoospital.github.io/CalculApp/)
### A simple neumorphic-style calculator. [Visit the app](https://maximoospital.github.io/CalculApp/)
## Features
- Neumorphic style
- Slight animation
- Contains slight scientific functions## Screenshots


## Libraries used
- [React](https://github.com/facebook/react)
- [MathJS](https://github.com/josdejong/mathjs)
- [UI-Neumorphism](https://github.com/AKAspanion/ui-neumorphism)## Run locally
You will need node and npm installed in your computer to run this app.
Clone the project
```bash
git clone https://github.com/maximoospital/calculapp.git
```Go to the project directory
```bash
cd calculapp
```Install requirements
```bash
npm installl
```
Run app```bash
npm start
```Visit app
```bash
localhost:3000
```[](https://github.com/maximoospital)