React/Redux administration panel/dashboard for user management.
If you want to see the result, you can go to https://user-dashboard-nicmalegre.herokuapp.com/ or https://nicmalegre-users.netlify.app/
Technologies and libraries:
- React
- Redux
- React-router-dom
- Material-UI
- npx create-react-app user-dashboard --template redux
- yarn add @mui/material @emotion/react @emotion/styled
- yarn add react-router-dom@6
- Make sure you have yarn installed
- Clone the repository
- Go to the project directory
cd user-dashboard
- Install all:
yarn install
- Now run the app:
yarn start
- By default the server will run in the port localhost:3000
- Enjoy it!!! 💻💻