This is a full-stack application to manage stock portfolios. Users can create their own personal portfolios, add/delete stocks and see their current price in the market. To do this, I have implemented a REST API served with Express to perform CRUD operations in PostgreSQL. In this project, I also assembled custom hooks to improve reusability and scalability of functional React components.
You can check out this project here: Stocks-Portfolio
PostgreSQL ^8.5.1
Express ^4.17.1
React.js 4.0.1
Node.js 14.15.3
Material-UI 4.11.3
Axios ^0.21.1
HTML
CSS
JavaScript