Browse Source

My small react counter application added (#1912)

This is a very basic app but useful to understand the React Components, states, Data Flow, parent to child etc. .

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
main
Arnab Datta 5 years ago
committed by GitHub
parent
commit
8c4390960f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      content/community/examples.md

5
content/community/examples.md

@ -15,8 +15,9 @@ If you add a project, please commit to keeping it up to date with the latest ver
* **[Calculator](https://github.com/ahfarmer/calculator)** Implementation of the iOS calculator built in React
* **[Emoji Search](https://github.com/ahfarmer/emoji-search)** React app for searching emoji
* **[BMI Calculator](https://github.com/GermaVinsmoke/bmi-calculator)** A React Hooks app for calculating BMI
* **[React Image Compressor](https://github.com/RaulB-masai/react-image-compressor)** An offline image compressor built with React and browser-image-compression
* **[React Tutorial Solutions](https://github.com/harman052/react-tutorial-solutions)** Solutions to challenges mentioned at the end of React tutorial
* **[Image Compressor](https://github.com/RaulB-masai/react-image-compressor)** An offline image compressor built with React and browser-image-compression
* **[Counter App](https://github.com/arnab-datta/counter-app)** A small shopping cart example
* **[Tutorial Solutions](https://github.com/harman052/react-tutorial-solutions)** Solutions to challenges mentioned at the end of React tutorial
## Complete Apps

Loading…
Cancel
Save