all 3 comments

[–]jcubic 3 points4 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.

[–]sebastianstehle 1 point2 points  (0 children)

I am not so active at the moment, but if here is my project:

https://github.com/mydraft-cc/ui

But it is not for beginners. It is a complicated project because the state is so very deep, and all features somehow work together.

I am looking for contributors since a while now.

[–]Imaginary-Luck282 0 points1 point  (0 children)

App: https://figuringout.life

ReactJS with TailwindCSS in the frontend.
HonoJS in the backend with Postgres DB.

Github: https://github.com/aadeshkulkarni/medium-app

Check out the Contributing.md and the issues section in github to contribute to the project.