Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 475 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 475 Bytes

Covid Age Ranges Application

This app showcases some of the skills I've developed as a front-end developer. It was built with React and features React hooks (eg. useState and useEffect). It's also built with Bootstrap 5, so styling is clean and modern. It also includes a BootStrap React component, dropdowns.

Data is fetched using Axios and loads asynchronously.

To Do:

  • configure useEffect cleanup hook (network requests are continually run once the app is loaded)