A simple user manager dashboard created using NextJS, TypeScript, Redux, RTK Query, cookies-next and Material UI
- Users paginated view
- Removing users
- Add/Remove users to/from favorites
- Displaying latest favorited user's name in navbar using cookie
- Filter search
- Creating new user
- Go to Server directory, install packages by
npm i
, then runnpm start
to start nodejs server - Go to Client directory, install packages by
npm i
, then runnpm run dev
to start ssr frontend application - Enjoy!