🎉Hi there, recently I've been working on a full-stack web app in a monorepo using Nx, NestJS, and ReactJS to find and discover video games based on RAWG API.
Screenshots
🚀 Main tech stacks:
- Backend: NestJS, GraphQL
- Frontend: ReactJS, Apollo Client, Tailwind
I use Typescript for both backend and frontend apps because of its advantages like optional static typing, classes, and interfaces.
Let me know your thoughts and I hope you can find it useful.
- Github Repo: https://github.com/nphivu414/game-store-monorepo-app
- Live Demo: https://mono-game-store.netlify.app/
Top comments (2)
That looks pretty good!
You can try to use this lib npmjs.com/package/nestjs-graphql-t..., it will give your more flexibility and make you project more performant.