This project demonstrates a proof-of-concept for a mutual fund listing app with both frontend and backend components.
Frontend:
- Leverages React and React DOM for a user-friendly and responsive interface.
- Integrates React Router DOM for seamless navigation between user signup/signin and fund list.
- Employs React Sparklines for visual representation of key fund data.
- Utilized testing libraries for comprehensive unit and UI testing.
Backend:
- Built on Express for a flexible and efficient server-side architecture.
- Implements user authentication with established security measures.
- Utilizes Mongoose for data storage and retrieval (likely with MongoDB).
- Enables secure cross-origin communication between frontend and backend.
- Leverages dotenv for secure environment variable management.
This POC lays a solid foundation for a feature-rich mutual fund listing app, utilizing popular and trusted libraries for both frontend and backend development.