Browse Source

Update examples.md with React Image Compressor (#2559)

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

9
content/community/examples.md

@ -6,16 +6,19 @@ sectionid: community
permalink: community/examples.html
---
There are many example projects created by the React community. If you add a project, please commit to keeping it up to date with the latest versions of React.
There are many example projects created by the React community. We're keeping this page focused on the ones that use React without third-party state management libraries.
If you add a project, please commit to keeping it up to date with the latest versions of React.
## Small Examples
* **[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 Tutorial Solutions](https://github.com/harman052/react-tutorial-solutions)** Solutions to challenges mentioned at the end of React tutorial.
* **[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
## Complete Apps
* **[Hacker News Clone React/GraphQL](https://github.com/clintonwoo/hackernews-react-graphql)** Hacker News clone rewritten with universal JavaScript, using React and GraphQL
* **[Builder Book](https://github.com/builderbook/builderbook)** Open-source web app to write and host documentation or sell books. Built with React, Material-UI, Next, Express, Mongoose, MongoDB.
* **[Builder Book](https://github.com/builderbook/builderbook)** Open-source web app to write and host documentation or sell books. Built with React, Material-UI, Next, Express, Mongoose, MongoDB

Loading…
Cancel
Save