Skip to content

zzzhacker/Meme-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create React Meme Generator App

In This project a meme generator app is built using react to Learn various concepts of React.

Objectives

  • States
    • States vs props
    • Best pratices to use states and
    • UseState Hook
    • Leveling up States to parent component
    • State changes through components and their childern
  • Conditional Rendering and different use cases
  • Form
    • State and controlled inputs
    • Various iput type like text,checkbox,select list etc.
    • Submit button functioning
  • UseEffect
    • useEffect behviour
    • Proper use of dependecies array
    • Memory leaks and cleanup function
    • async funtions in useEffect
    • EventListeners and useEffect

Demo

demo

Run App

About

In This project a meme generator app is built using react to learn various concepts of React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors