Skip to content

delbertina/QuizReactNativeDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizReactNativeDotNet

Quiz application using React Native & .NET Core

15 Question quiz with answer feedback and results.


Start Backend = dotnet run --project Backend/Backend.csproj

  • port 5000
  • Requires a MSSQL server
  • /api/QuizQuestion/
    • Serves a random question in JSON
      • question: string
      • correctId: int
      • answers: string[]

Start Frontend = expo start

  • Requires Androit or iOS emulator

About

Quiz application using React Native & .NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published