diff --git a/README.md b/README.md index f117c6a..91b0895 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # React Hooks Tutorial +Small practical introduction to react hooks. + +Topics: +- useState +- useEffect +- useRef +- custom hooks +- making api call + ## Getting Started 🚀 ```bash