diff --git a/content/community/examples.md b/content/community/examples.md index 24e911fc..6ca7d3a5 100644 --- a/content/community/examples.md +++ b/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