Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wger-project/react
React components used in the wger application
https://github.com/wger-project/react
fitness frontend hacktoberfest react reactjs typescript wger workout
Last synced: 9 days ago
JSON representation
React components used in the wger application
- Host: GitHub
- URL: https://github.com/wger-project/react
- Owner: wger-project
- License: agpl-3.0
- Created: 2021-12-15T08:34:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:59:09.000Z (2 months ago)
- Last Synced: 2024-10-29T22:50:27.903Z (about 2 months ago)
- Topics: fitness, frontend, hacktoberfest, react, reactjs, typescript, wger, workout
- Language: TypeScript
- Homepage:
- Size: 5.62 MB
- Stars: 16
- Watchers: 5
- Forks: 22
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react components for wger
This repository contains the React components for the wger app. Note that this React app is not supposed to be used by
itself, but rather as a library that is used in wger.# Getting Started
Copy `.env.TEMPLATE` to `.env.development` and edit it to your needs.
You can use your own instance, but feel free to use the test server (the db
is reset every day):* URL: `https://wger-master.rge.uber.space`
* username: `user`
* password: `flutteruser`
* API key: `31e2ea0322c07b9df583a9b6d1e794f7139e78d4`Then, in the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more
information.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
You can learn more in
the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).To learn React, check out the [React documentation](https://reactjs.org/).
## Translation
Translate the app to your language on [Weblate](https://hosted.weblate.org/engage/wger/).
[![translation status](https://hosted.weblate.org/widgets/wger/-/frontend/multi-blue.svg)](https://hosted.weblate.org/engage/wger/)
## Contact
Feel free to contact us if you found this useful or if there was something that didn't behave as you expected. We can't
fix what we don't know about, so please report liberally. If you're not sure if something is a bug or not, feel free to
file a bug anyway.* **Discord:**
* **Issue tracker:**
* **Mastodon:**## License
The application is licensed under the Affero GNU General Public License 3 or later (AGPL 3+).