mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
---
|
|
id: examples
|
|
title: Example Projects
|
|
layout: community
|
|
sectionid: community
|
|
permalink: community/examples.html
|
|
---
|
|
|
|
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 {#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
|
|
* **[Snap Shot](https://github.com/Yog9/SnapShot)** A photo gallery with search
|
|
* **[BMI Calculator](https://github.com/GermaVinsmoke/bmi-calculator)** A React Hooks app for calculating BMI
|
|
* **[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 {#complete-apps}
|
|
|
|
* **[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
|