Employee Directory
A JavaScript site that asynchronously fetches fictitious user data from randomuser.me, a public API, and displays it.
- This was the fifth project in my Team Treehouse Full-Stack JavaScript Tech Degree bootcamp.
- I received the highest grade available ("Exceeds Expectations").
- The main focuses of this project including fetching data from an API and writing asynchronous functions using async/await.
- Other emphases of this project were on creating modals and implementing real-time search functionality.