Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhenriquez28/psn-viewer
A mini PSNProfiles made with the T3-Stack
https://github.com/rhenriquez28/psn-viewer
nextjs react t3-stack typescript vercel
Last synced: 23 days ago
JSON representation
A mini PSNProfiles made with the T3-Stack
- Host: GitHub
- URL: https://github.com/rhenriquez28/psn-viewer
- Owner: rhenriquez28
- Created: 2022-08-03T15:03:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T13:37:29.000Z (about 2 years ago)
- Last Synced: 2024-10-04T21:14:18.486Z (about 1 month ago)
- Topics: nextjs, react, t3-stack, typescript, vercel
- Language: TypeScript
- Homepage: https://psn.rhen.dev
- Size: 1.12 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSN Viewer - A mini [PSNProfiles](https://psnprofiles.com/) made with the T3-Stack
# Features
- See your PSN profile with your most recent games
- Visit a game that you've played to check screenshots, description and metadata from the PS Store (courtesy of [PlatPrices](https://platprices.com/developers.php)) and check the trophies you've earned for that game
- Search for any visible user on PSN and you can also see their profile and what trophies they've earned in the games they've played
- (Coming soon) Compare trophies with another user if you both have played the exact same game.# Why
I started this project originally as a way to learn [Nx](https://nx.dev/) with Angular. Got frustrated when trying to add a Nest.js backend. Found [Theo](https://twitter.com/t3dotgg) midway through. Really liked his views and found the [T3-Stack](https://init.tips) very intriguing. I wanted to learn React for the longest time so I decided to bite the bullet, used [create-t3-app](https://create.t3.gg/) to spin up a new project and migrated my Angular HTML to JSX and finished it here.
My immediate conclusions are that I enjoy React more than Angular now. I'm quite happy that my file structure is waaaay more simple than any Angular project I've ever worked with, and I find that creating components via functions that return JSX is faster and more enjoyable for me than SFCs or the Angular way.
If you want to see the source code for the previous Angular project, you can check it out [here.](https://github.com/rhenriquez28/psn-viewer-old)
# What's it made of?
- T3 Stack
- TypeScript
- Next.js
- NextAuth.js
- Tailwind CSS
- tRPC
- Prisma- PlatPrices API
- [psn-api](https://github.com/achievements-app/psn-api)
- [Ant Design](https://ant.design/)
- [React Image Gallery](https://github.com/xiaolin/react-image-gallery)
- MySQL (via [Planetscale](https://planetscale.com/))
- Deployed via [Vercel](https://vercel.com/)