Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 436 Bytes

File metadata and controls

11 lines (9 loc) · 436 Bytes

React Basic Components

Done as a part of the React Js Course Work. Implmentation of various frequently used components such as :

  • Dropdown
  • Accordion
  • Button
  • Modal
  • Feature Full Table (with sorting functionality)
  • Counter

Working on building these components helped to practice various concept of React like React hooks (useState, useEffect, useRef, etc), React Router, Redux Toolkit and working with Restful APIs in React.