/app-ideas

Boost your creativity with this collection of application ideas

A collection of app ideas to build and level up your coding skills

logo

Material Design Theme + MudBlazor

Database diagram visualizer for Entity Framework

  • It automatically creates a database diagram image when there are new migrations
  • by using reflection ?
  • by using the designer file ?
  • optionally add it as a github action and save it to the project dir, and add a reference to it in the readme file
  • https://github.com/azimuttapp/azimutt

Web API generator from JSON file

Unit test generator

A case analysis is performed for every conditional branch in the code. For example, if statements, assertions, and all operations that can throw exceptions are analyzed. This analysis is used to generate test data for a parameterized unit test for each of your methods, creating unit tests with high code coverage.

Questionnaire

Create a dynamic questionnaire based on a list of questions provided

The structure of the questions are as follows:

  • The questions are n-tiered and subsequent questions are asked based on the responses or series of responses of previous questions.
  • In general, the questions are grouped, such that a set of questions are asked and that determines if additional questions need to be added. Similar to the structure of a treenode, where more questions are revealed if a node is clicked.
  • The questions need to be asked one at a time
  • The responses to the questions can be Boolean, radio selection (Boolean can fit here), checkbox selection, checkbox selection with “other” textbox, or informational textbox.
  • Each question is assigned a “point” value, and this needs to be recorded and reported to tabulate a response
  • from the Analyst – this point value is typically used to discretionary display further questions depending on the value reported.
  • The initial question (tier 0) is the acceptance of a disclaimer.
  • There are domains for the sets of questions (aka categories) and this does not need to be displayed

Synonyms game

Blazor WebAssembly game

Contribution graph pixel art

News feed profile readme

  • Specify topics, keywords and time interval to trigger an action
  • GitHub Actions
  • Fetch and filter data
  • Update profile readme

Sports betting bot

  • Sports Database

    • Types of Sports games
      • Football
        • club, league, country
        • club statistics: wins, losses, touches, own goals, yellow cards, red cards, goals, passes, shots, offsides, hit woodwork, big chances missed, tackles, clearances, clearances off line, dispossessed, clean sheets, saves, penalties saved, high claims, punches
        • season ?
        • players: club, nationality, position
        • player position: Goalkeeper, Defender, Midfielder, Forward
        • league player statistics: goals, assists, clean sheets, appearances, minutes played, yellow cards, passes, touches, shots, hit woodwork, big chances missed, tackles ( stats is saved by season for comparison )
    • Game results ( datetime, teams, score, odds )
    • Game rules for calculating winning conditions?
  • Log In

    • by using Selenium or any other other tool
    • by using a list of user credentials for each website
  • Data Scraping

    • odds from selected bookmakers
    • news about sports games
    • history for a game, player or any other related data
  • Arbitrage

    • Checks betting odds for a certain event and automatically calculate whether an arbitrage bet is possible
  • Some links

Bytecode Compiler/Interpreter for Rust

  • ByteCode Interpreter for rust
    • Have you ever been so bored out of your mind that you would do anything to not be? Well, no more! Now, you can rewrite the entire fucking rust compiler to use a bytecode interpreter instead of a compiler, and have it run on ANY device! Don't want to rewrite a compiler? too bad, now you're too invested in the idea to not! Have fun doing the near impossible!