I've been looking for other examples similar to HospitalRun: https://github.com/HospitalRun/hospitalrun Pretty impressed by it. Answer from goobsy on reddit.com
🌐
GitHub
github.com › topics › react-example-app
react-example-app · GitHub Topics · GitHub
react redux boilerplate express node es6 create-react-app babel-es6 react-example-app mern-stack react16 mern-crud mern-folder-structure ... sass reactjs beginner-project example tmdb-movie-search example-project react-pwa react-webpack react-example-app react-webpack-tutorial react-example react-project learn-reactjs react-api react-movie-database react-es6 movie-catalogue dark-mode-toggle
🌐
GitHub
github.com › afozbek › react-demo-projects
GitHub - afozbek/react-demo-projects: Sample React Projects built with different libraries such as Redux, Apollo, React Router etc.
Sample React Projects built with different libraries such as Redux, Apollo, React Router etc. - afozbek/react-demo-projects
Starred by 127 users
Forked by 137 users
Languages   JavaScript 73.7% | HTML 9.8% | SCSS 7.3% | CSS 5.9% | TypeScript 3.3% | JavaScript 73.7% | HTML 9.8% | SCSS 7.3% | CSS 5.9% | TypeScript 3.3%
Discussions

What are some examples of clean and good quality React projects on github?

I've been looking for other examples similar to HospitalRun:

https://github.com/HospitalRun/hospitalrun

Pretty impressed by it.

More on reddit.com
🌐 r/reactjs
31
397
December 21, 2020
What are best React based repos to study code?
I learned a lot from Docusaurus ! More on reddit.com
🌐 r/reactjs
23
219
October 22, 2024
Project structure for scalable fastapi project.

I found a couple of really good boilerplate structures:

  • (This is by the developer of Fastapi itself) https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app

  • https://github.com/skb1129/fastapi-boilerplate (This is inspired by the first one, but is just for the backend)

More on reddit.com
🌐 r/FastAPI
4
21
February 11, 2021
Good example projects for Github profile

I've got a couple articles with project ideas and how to come up with your own if that's helpful.

I think it's good to keep some perspective on this stuff too. There is, basically, nothing new under the sun. Employers aren't expecting to see projects that rival the fancy startups, or brilliantly novel ideas. If you can put together a CRUD app, and be able to confidently explain the choices you made and why, you're doing pretty good, I'd say. Bonus points for having tests!

More on reddit.com
🌐 r/reactjs
8
0
August 29, 2019
🌐
GitHub
github.com › topics › react-project
react-project · GitHub Topics · GitHub
react-boilerplate redux-boilerplate react-template react-antd starter-react react-starter mern-boilerplate mern-stack react-project react-admin antd-admin nodejs-projects react-admin-template react-admin-dashboard react-dashboard react-admin-panel mern-starter antd-admin-react mern-dashboard antd-starter-kit
Top answer
1 of 16
92

I've been looking for other examples similar to HospitalRun:

https://github.com/HospitalRun/hospitalrun

Pretty impressed by it.

2 of 16
25

The tough part of this is that larger more complex projects usually span enough time that team members and style changes throughout development. This makes the uniformity lower, thus overall quality lower as well.

I attempt to open source everything I work. This forces devs to think about exposure, and this exposure tends to curtail taking shortcuts.

Here are some projects-

Zesty.io’s Admin UI is built with React, styled with SASS and is a reasonable example of a very real world code base.

https://github.com/zesty-io/accounts-ui

Zesty’s manager UI is an example of a much more complex code base that evolved over time. It isn’t what I would call a “clean” codebase but it was always developed with style standards and best practices in mind.

https://github.com/zesty-io/manager-ui

Third And Grove’s Gatsby repo is fairly clean. The standards when I started this project were pretty strict. Styled with emotion, compared to sass or similar approaches I think it’s much cleaner.

https://github.com/thirdandgrove/thirdandgrove-com-gatsby

There may be better examples of smaller projects but honestly, I don’t think keeping a very small project “clean” is much of an achievement. Something you may want to look at are libraries like react-router. Open source heavily used and iterated projects require huge efforts to maintain code quality.

Edit: or, redux :)

🌐
GitHub
github.com › topics › react-example
react-example · GitHub Topics · GitHub
Through this project, I gained hands-on experience with CRUD operations (Creating, Reading, Updating, and Deleting records) and explored essential React concepts such as State Management, React Context, and Custom Hooks. react reactjs react-components react-example react-todo-app tailwindcss react-context react-todo-list custom-hooks-in-react react-todo-project heroicons-react
🌐
GitHub
github.com › curioustushar › react-sample-projects
GitHub - curioustushar/react-sample-projects: The goal of this project is to provide a set of simple samples, providing and step by step guide to start working with React. · GitHub
The goal of this project is to provide a set of simple samples, providing and step by step guide to start working with React. - curioustushar/react-sample-projects
Starred by 85 users
Forked by 45 users
Languages   JavaScript 68.5% | CSS 21.5% | HTML 10.0%
🌐
GitHub
github.com › Laboratoria › react-project-example
GitHub - Laboratoria/react-project-example: React project example
React project example. Contribute to Laboratoria/react-project-example development by creating an account on GitHub.
Starred by 11 users
Forked by 26 users
Languages   JavaScript 86.2% | HTML 13.8% | JavaScript 86.2% | HTML 13.8%
Find elsewhere
🌐
GitHub
github.com › mzabriskie › react-example
GitHub - mzabriskie/react-example: Simple React example app
React example app that demonstrates using React with webpack, and babeljs, as well as project structure.
Starred by 178 users
Forked by 202 users
Languages   JavaScript 95.2% | CSS 3.7% | HTML 1.1% | JavaScript 95.2% | CSS 3.7% | HTML 1.1%
🌐
Curioustushar
curioustushar.github.io › react-sample-projects
React Sample Projects
The goal of this React Sample Projects repository is to provide a collection projects that simple and yet useful to get start your journey in react
🌐
GitHub
github.com › aditya-sridhar › simple-reactjs-app
GitHub - aditya-sridhar/simple-reactjs-app: Simple Application Using Basic React Components and Communication between them · GitHub
Simple Application Using Basic React Components and Communication between them - aditya-sridhar/simple-reactjs-app
Starred by 171 users
Forked by 991 users
Languages   JavaScript 79.0% | HTML 16.1% | CSS 4.9%
🌐
GitHub
github.com › topics › react-demo-project
react-demo-project · GitHub Topics · GitHub
This is demo project for page Transitions in React.js without using any animation library just pure react.js.
🌐
GitHub
github.com › ajayns › react-projects
GitHub - ajayns/react-projects: A collection of projects built on the React library
Projects such as create-react-app, nwb and react-slingshot have been used to setup development envs.
Starred by 1.5K users
Forked by 658 users
Languages   JavaScript 79.9% | HTML 9.8% | CSS 5.4% | SCSS 3.6% | EJS 1.3% | JavaScript 79.9% | HTML 9.8% | CSS 5.4% | SCSS 3.6% | EJS 1.3%
🌐
GitHub
github.com › gothinkster › react-redux-realworld-example-app
GitHub - gothinkster/react-redux-realworld-example-app: Exemplary real world application built with React + Redux
You can view a live demo over at https://react-redux.realworld.io/
Starred by 5.6K users
Forked by 2.6K users
Languages   JavaScript 97.6% | HTML 2.4% | JavaScript 97.6% | HTML 2.4%
🌐
GitHub
github.com › begin-examples › node-create-react-app
GitHub - begin-examples/node-create-react-app: Basic Create React App + API (Begin / Node.js) · GitHub
Basic Create React App + API (Begin / Node.js) . Contribute to begin-examples/node-create-react-app development by creating an account on GitHub.
Starred by 16 users
Forked by 27 users
Languages   JavaScript 78.9% | HTML 13.7% | CSS 6.8% | Arc 0.6%
🌐
GitHub
github.com › topics › simple-react-app
simple-react-app · GitHub Topics · GitHub
react reactjs weather-app react-weather-app weather-app-built-with-react simple-react-app weather-app-react free-weather-app cool-react-projects
🌐
GitHub
github.com › truongnat › example-react
GitHub - truongnat/example-react: TanStack Full Demo — Query, Table, Virtual, Form, Store, Router in one app. Built with TanStack Start + shadcn/ui + Tailwind v4
2 weeks ago - 🔗 Live Demo: https://example-react-brown.vercel.app
Starred by 36 users
Forked by 24 users
Languages   TypeScript 98.2% | CSS 1.8%
🌐
Medium
medium.com › @guoze8888 › 8-awesome-react-projects-on-github-d8dde1405b55
8 awesome React projects on Github | by CUGGZ | Medium
June 18, 2022 - 8 awesome React projects on Github Hello everyone, my name is CUGGZ, a front-end engineer from China. Today, I will share 8 great React projects on Github. I hope that by learning the source code of …
🌐
GitHub
github.com › luiztools › reactjs-examples
GitHub - luiztools/reactjs-examples: Some examples of ReactJS apps and studies. · GitHub
Deploy example setup for Heroku. Beginners tutorials with Vite. React listing with search box. Soon. Em breve. TradingView candle chart clone using Binance API & Stream. An evolution of the previous project drawing support and resistance lines automatically (AI-like) and Next.js.
Starred by 6 users
Forked by 7 users
Languages   JavaScript 49.6% | CSS 32.0% | HTML 10.1% | MDX 4.5% | TypeScript 3.8%
🌐
GitHub
github.com › Vasu7389 › react-project-ideas
GitHub - Vasu7389/react-project-ideas: ⚛ 'React Project Ideas' repo contains modern 2023 ready ReactJs projects collection! Our focus is to create simple experience for all the tech developers by giving them plenty of projects that covers most of the latest features and to find new react project ideas.
Now, you should be able to see the project running at http://localhost:3000 in your web browser. In this challenge you will be developing a counter game in which you can click a button to increase the count value. This you can play with your friends and challenge them to click click click... as much as possible in a given time. git clone https://github.com/Vasu7389/react-project-ideas.git
Starred by 322 users
Forked by 143 users
Languages   JavaScript 62.2% | CSS 23.4% | HTML 14.4%