A simple neumorphic-style calculator. Visit the app
- Neumorphic style
- Slight animation
- Contains slight scientific functions
You will need node and npm installed in your computer to run this app.
Clone the project
git clone https://github.com/maximoospital/calculapp.git
Go to the project directory
cd calculapp
Install requirements
npm installl
Run app
npm start
Visit app
localhost:3000