This project was bootstrapped with Create React App.
- Firebase Authentication
- Firebase/Firestore for user data and favorite guides
- Gravatar for user profile images
- The MSU libGuide API as a data source
- Font Awesome 5 icons
- react
- react Router v4
- react-redux & redux-thunk (application state management)
- prop-types
- react-helmet (meta tags & SEO)
- styled-components (CSS in JS styling)
- axios (http requests)
- validate.js (data validation)
- react-chartjs-2 (react implementation of ChartJS)
- moment (working with Javascript date/time objects)
- react-tooltip (tooltips when hovering over items)
- ESLint for linting in development