Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsu2000/exbook_r
A Shiny web app for practising basic R programming skills. Based off the `exbook` package in Python.
https://github.com/tsu2000/exbook_r
beginner-friendly learning r-programming r-shiny shiny
Last synced: about 1 month ago
JSON representation
A Shiny web app for practising basic R programming skills. Based off the `exbook` package in Python.
- Host: GitHub
- URL: https://github.com/tsu2000/exbook_r
- Owner: tsu2000
- License: mit
- Created: 2023-06-19T15:36:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-24T10:17:09.000Z (over 1 year ago)
- Last Synced: 2024-05-11T05:53:16.706Z (8 months ago)
- Topics: beginner-friendly, learning, r-programming, r-shiny, shiny
- Language: R
- Homepage:
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exbook_R
A Shiny web application tailored towards beginner programmers that allows users to practice their R programming skills. Based off the `exbook` package in Python [here](https://pypi.org/project/exbook/).
![image](https://github.com/tsu2000/exbook_R/assets/106811131/95ce06fb-30c2-492d-9b4c-703c7ef2e16f)
There are currently **36** questions available for practice.
**Application details:**
- Users are free to submit pull requests to improve the overall application experience.
- Data for all questions in the web app can be found in the `question_bank.json` file.
- The difficulty levels are just a suggestion as they are based on beginners' programming ability, and some 'Medium' and 'Hard' difficulty questions may actually be equivalent to a LeetCode 'Easy'.
- GitHub Actions automatically re-deploys the web app from [shinyapps.io](https://www.shinyapps.io) (where the site is hosted) when a commit is made to `main` and restarts the application when changes are made to the `question_bank.json` file.
- There are currently no plans to turn the web app into an R package.**Link to web app:**
[![](https://img.shields.io/badge/Shiny-shinyapps.io-blue?style=flat&labelColor=white&logo=RStudio&logoColor=blue)](https://tsu2000.shinyapps.io/exbook/)