2024-02-22.14-52-02.mp4
- Client fetch boards from the server and render it into the showroom.
- Client send user activirt to the backend: "showroom_loaded", "board_viewd" "board_clicked".
- All activities stored in the mongoDB database.
- Client side with React Hooks Framework (Typescript).
- Server Side with Node.js, Express (Typescript).
- client debounce the user activity in order to reduce calls to the backend.
- Ajax / API calls (Async methodes) with Axios.
- Database: mongoDB.
- Scss.