https://github.com/ecronix/react-most-wanted
React starter kit with "Most Wanted" application features
https://github.com/ecronix/react-most-wanted
authentication facebook-login firebase firebase-auth google-login hacktoberfest hacktoberfest-accepted internationalization material-ui offline progressive-web-app pwa react responsive routing starter-kit theming
Last synced: about 1 month ago
JSON representation
React starter kit with "Most Wanted" application features
- Host: GitHub
- URL: https://github.com/ecronix/react-most-wanted
- Owner: ecronix
- License: mit
- Created: 2017-03-31T06:28:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T13:40:29.000Z (about 2 months ago)
- Last Synced: 2025-04-01T15:17:15.280Z (about 1 month ago)
- Topics: authentication, facebook-login, firebase, firebase-auth, google-login, hacktoberfest, hacktoberfest-accepted, internationalization, material-ui, offline, progressive-web-app, pwa, react, responsive, routing, starter-kit, theming
- Language: TypeScript
- Homepage: https://www.react-most-wanted.com/
- Size: 35.5 MB
- Stars: 2,427
- Watchers: 41
- Forks: 459
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Most Wanted
React Most Wanted is a set of starter kits, tools, features, and best practices that you can choose from and use around your React projects.
[](https://github.com/TarikHuber/react-most-wanted/master/LICENSE) [](https://github.com/prettier/prettier)
The **features** include:
* Build on [**Create React App**](https://reactjs.org/docs/create-a-new-react-app.html)
* [**Material UI**](https://material-ui.com/): Material Design ready-to-use React Components
* [**Code splitting**](https://webpack.js.org/guides/code-splitting/): MPA \(Multi Page Application\) ready. A Large codebase can be split into separate bundles that load different parts of the application, lazy-loading the different bundles on demand.
* [**Firebase**](https://firebase.google.com/): Use Firebase's platform as a backend and database, with a sync between Firebase and the app state
* The resulting App is a full functional [**PWA** ](https://web.dev/progressive-web-apps/) (Progressive Web App\) and has an "all 100" Points [**Lighthouse**](https://developers.google.com/web/tools/lighthouse) report
* Authentication and authorization with roles and permissions
* Push notifications within App Notifications UI
* Theming
* Internationalization
* Build in CI/CD with [**Travis**](https://travis-ci.org/) and [**Browserstack**](https://www.browserstack.com/) (optional\)
* Real-time Forms
* and many more...## [Documentation](https://rmw-1.gitbook.io/react-most-wanted/)
## Contributing
We appreciate **any** contribution!
See [Contributing](https://github.com/TarikHuber/react-most-wanted/blob/46dcb3da5ca32c3a92bab72a2573d05518c38a25/CONTRIBUTING.md) for details.
## Thanks


Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers.
Thanks to [GitBook ](https://www.gitbook.com/)for providing us a great documentation tool.
## License
This project uses the [MIT license](https://github.com/TarikHuber/react-most-wanted/blob/master/LICENSE).