Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devdignesh/user-role-management
User Role Management with Redux and React using TypeScript
https://github.com/devdignesh/user-role-management
react redux redux-toolkit tailwindcss typescript
Last synced: 3 days ago
JSON representation
User Role Management with Redux and React using TypeScript
- Host: GitHub
- URL: https://github.com/devdignesh/user-role-management
- Owner: devdignesh
- Created: 2024-10-30T15:55:39.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T16:34:30.000Z (8 days ago)
- Last Synced: 2024-10-30T17:25:55.032Z (8 days ago)
- Topics: react, redux, redux-toolkit, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://user-role-management-theta.vercel.app
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User role management - dashboard
Created a React + TypeScript application that fetches user data from an API, updates the user role in Redux, and conditionally renders given UIs based on the user role.
## Tech stack
- **Language & Library**: [React.js](https://react.dev/) + [TypeScript](https://www.typescriptlang.org/)
- **State Management**: [Redux Toolkit](https://redux-toolkit.js.org/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **API calls**: [Axios](https://axios-http.com/docs/intro)## Running Locally
1. Clone the repository and install the dependencies
```bash
git clone https://github.com/devdignesh/user-role-management.git
npm install
```3. Start the development server
```bash
npm start
```