/MyBlogs

Primary LanguageJavaScript

Simple Blog App Using React (Functional Component) & Redux with firebase for deployement

To check the screens:

  1. Deployement Link: https://dashboardcrud.web.app

Either Login with Email: pn@test.com Password: 12345678

  1. Or create your account and then Login

Login/SignUp -> Home Screen (sections) -> Subsections -> Cart -> Checkout -> Order Placed.

Go through code:

  1. Import the project
  2. Simply Run 'npm install'
  3. Then run 'npm start'

And here you go:

image

  1. Home Page

image

  1. Read the Blog

image

  1. Add the posts

image

  1. Sections (Topics)

image

  1. Edit the post (Update) image

Libraries imported: react-router-dom react-router react-redux @reduxjs/toolkit What you learn this My blogs App:

CRUD operations Redux with its latest library '@reduxjs/toolkit' & 'react-redux' Routing: Redeirect, Routing, Switch, BrowserRouter

useHooks:

  1. useState
  2. useSelector
  3. useDispatch
  4. useHistory
  5. useForm
  6. useEffect