In this project we did a web where you can find for a worker or you can look for a job as a worker. It works similar to LinkedIn
Technologies used
The project was developed using React and Node, with SQL queries being used for data retrieval from a PostgreSQL database. The frontend and backend were separated and utilized separate technologies, with React handling the presentation layer and Node serving as the application server. The project utilized a PostgreSQL database for data storage and management, with SQL queries being used to interact with the database.
Project repository
Technical aspects
In the following links you can check some technical aspects:
What I learned
This project was really important for me because I had never used react. With this
project I learned how to make a frontend and how to connect back and front.
For this project we had to implement queries that weren't simple, so I improved a lot
doing this.