mushfiqur-rahman / redux-react

learn with sumit redux crush course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Vite + Redux

I am trying to learn basic of Redux from YouTube Video React Redux Crash Course Bangla with Redux Toolkit

  • Project Clone
$ git clone  https://github.com/mushfiqur-rahman/redux-react.git
  • Package Install & Run the Project
$ npm install && npm run dev
  • Open this URL using web browser
http://localhost:5173/

Folder Structure

src/
┣ app/
┃ ┗ store.js
┣ components/
┃ ┣ Button.jsx
┃ ┣ Count.jsx
┃ ┣ Counter.jsx
┃ ┣ Posts.jsx
┃ ┗ Stats.jsx
┣ features/
┃ ┣ counters/
┃ ┃ ┗ counterSlice.js
┃ ┗ posts/
┃   ┣ postsAPI.js
┃   ┗ postSlice.js
┣ App.jsx
┣ index.css
┗ main.jsx
  • Final Look: image

About

learn with sumit redux crush course


Languages

Language:JavaScript 93.5%Language:HTML 4.9%Language:CSS 1.5%