I developed a JS Calculator using ReactJS.
I added a feature to view your calculations and delete them.
I made this project extra difficult by designing everything myself - I haven’t used any design library(!)
AND I successfully implemented Dan Abramov’s concept of Dummy and Smart React Components - https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0
The skills I learned while doing this project:
- Using Dumb and Smart Components
- CSS Flexbox
- Expanded my ReactJS Knowledge
- Using CSS Modules correctly
You can view my project online here:
https://60noy.github.io/Calculator
And the code is here : https://github.com/60noy/Calculator
Please let me know if there is anything I could improve or change
Thanks!