Skip to content

systemshock89/react-redux-hero-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Hero admin panel

Hero admin panel with functions show, add, delete and filter list of heroes in DB (REST API).

Demo

Used technologies

  • React
    hooks: useState, useEffect, useCallback
    custom react hook: useHttp
  • React-redux (with useDispatch, useSelector
  • Redux-toolkit (with createReducer, configureStore, nanoid, RTK Query createApi, fetchBaseQuery))
  • Pattern when action creators and reducers combined in slice (with createSlice, createAsyncThunk, createEntityAdapter)
  • react-transition-group for transition effects on elements
  • Create React App
  • json-server (in GitHub Pages works with service https://my-json-server.typicode.com/)

How to use

  1. Need Node.js 16 or later
  2. git clone
  3. npm i
  4. npm start

How to deploy (to GitHub Pages)

  1. npm run deploy

About

Hero admin panel with functions show, add, delete and filter list of heroes in DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published