Skip to content

qrizan/react-shadcn-redux

Repository files navigation

Games Catalog

built with

Tools
React https://react.dev
Redux https://redux.js.org
Shadcn UI https://ui.shadcn.com
etc

API

https://github.com/qrizan/nestjs-swagger-prisma

api configuration .env

copy .env.example .env

example

VITE_API_URL=http://localhost:3000

store folder structure

...
├── src
│   ├── api
│   ├── dtos
│   ├── services
│   ├── store
│   │   ├── actions
│   │   ├── reducers
│   │   ├── sagas
│   │   ├── selectors
│   │   ├── store.ts
│   │   └── types
│   ├── views
...

running

cd react-shadcn-redux
pnpm install
pnpm dev

screenshots

dashboard

genre

edit-game-post

user-list

state preview ( redux dev tools )

redux-tool

About

Admin Panel application for managing game catalog content

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published