Skip to content

Calculator prototype using react native, inspired by design from dribbble.com

Notifications You must be signed in to change notification settings

misaeldossantos/simple-calculator-rn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple calculator built with React Native

Screenshots

preview

Inspired by

https://dribbble.com/shots/9549612-Calculator-App

Dribble-Video

About this project

This project is a simple prototype to be part of my portfolio, and show code style, feedbacks are welcome! I used atomic design for file architecture.

Main libraries

  • expo@~39.0.0 - platform for universal react applications
  • mobx@^6.0.4 - for state management
  • react-native-reanimated@2.0.0-alpha.6.1 - alpha version of react-native-reanimated v2 that intruduces turbo modules
  • react-native-svg@12.1.0 - library for SVG

Dependencies

  • NodeJS
  • Expo Application in your phone or emulator
  • Npm or yarn

Install - DEV

  • Clone project
  • Run npm/yarn install
  • Run npm run start or yarn start

Install - RELEASE (download APK)