Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 641 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 641 Bytes

Introduction

This is a CRUD app built in React-Redux. This project shows how we can use and implement redux store inside a react application for managing the state in a centralised way.

Screenshots

My CarsBook

Things Used/Implemented:

  • React Functional Reusable Components
  • React-Redux Library
  • Hooks (useSelector, useDispatch)
  • Array map() method for creating Lists of React Components
  • Array filter() method for filtering the Lists

Deployed at:

https://praveengoswami1996.github.io/mycars-reactredux/