Erasmus room finder with react and node.
Pwa application that allows you to search for rooms for erasmus students.
It allows you to filter by city between madrid, barcelona or london. Sort by ascending or descending price and search between different types, such as apartments or rooms
To run the client, inside the client folder:
1.npm install <--- only first time 2.npm start.
To run the server, inside the server folder: 1.npm install <--- only first time 2.node index.js or nodemon index.js
*The server is required to act as a proxy and bypass cors restrictions. Allows you to build an api with third party urls.
This example uses mocha to test node as Server and joke to test react as client.
Full responsive design with sass