Skip to content

InjamulCSE15/Tech-Blogs

Repository files navigation

Tech-Blogs

Preview

View Live

React Concept

  • React Installation
  • React Components - Functional components
  • JSX
  • React Props drilling
  • React Hooks - useState(For state management), useEffect (For side effects like data fetching, subscriptions, or manual DOM changes)
  • Event Handling
  • Key Props
  • Conditional rendering
  • Arrow function and using map
  • Implementation of local storage from the browser

CSS Framework & Plugin

  • Tailwindcss
  • daisyui

Notification or Alert

    npm install react-hot-toast

Hosting

Install Surge: npm install -g surge.
Build your React app: npm run build.
Deploy your site by running: surge ./build.