https://github.com/chaudinh/rpn-calculator
A simple calculator (React Native) app with React, Redux and more.
https://github.com/chaudinh/rpn-calculator
Last synced: 4 months ago
JSON representation
A simple calculator (React Native) app with React, Redux and more.
- Host: GitHub
- URL: https://github.com/chaudinh/rpn-calculator
- Owner: ChauDinh
- Created: 2020-10-01T13:49:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T07:38:42.000Z (over 4 years ago)
- Last Synced: 2025-01-19T14:19:33.157Z (5 months ago)
- Language: TypeScript
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explore Redux with RPN calculator
This is my first project I try to go with Redux though I've been coding with
React a year 😅. This is because I think Redux is not very need for my previous
projects. However, in Reddit clone app, I found there is a room that I can try
the technologies, the notification. So this mini repo is my practice for
familiar with Redux before I wrap it into reddit clone app.