Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 775 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 775 Bytes

Crypto Watch is a React Web Application which displays cryptocurrency rates using the CoinCap API.

The following React Concepts have been used in this web app.

Core Concepts

  • JSX
  • Rendering Elements
  • State and Life Cycle
    • Mounting Methods
    • Updating Methods
    • Unmounting Methods
    • Error Handling Methods
  • Reconcilliation & Virtual DOM
  • Handling Events
  • Conditional Rendering
  • Lists & Keys
  • Composition

Hooks

  • useState
  • useEffect
  • Rules of Hooks
  • Custom Hooks

Additional Concepts

  • Code Splitting
  • UI Toolkits (Bootstrap)
  • Data Visualization (Chart JS)
  • React Dev Toolkits