• Stars
    star
    1
  • Language
    JavaScript
  • Created over 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a simple app that fetches users data from an API. It is a mini project that I did for myself while learning React. During this project, I learnt how to use fetch data from an API, react router, hooks like useState, useEffect, useRef, useReducer, conditional styling, props drilling and many other fundamental concepts of javascript,