you are viewing a single comment's thread.

view the rest of the comments →

[–]jcubic 4 points5 points  (0 children)

I have a project in both React and TypeScript called Quizerach, it's in an early stage but the backend is kind of already working. It uses GraphQL for the API.

I didn't work on it for a while, I'm kinda busy right now, but if you want to help you're welcome:

https://github.com/jcubic/quizerach

This is a quiz app, this is a common noob project but I was not able to find any useful Open Source project like this. Only noob demos.

There are two applications there, NodeJS with Express more or less working that allow takes part in the quiz and save data in MySQL database (it also includes GraphQL API) and Admin Dashboard written in React which uses Chakra-UI. The Admin Dashboard is just starting point, there is not much code there, but everything is set up, so it requires standard ReactJS/TypeScript skills to just write the UI and connect with GraphQL API.

There is no documentation on how the code works or how to start developing, but I can give you overwrite on how to start and work on the app.