Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federico-lamperti/polimi-hypermedia_application_project
Projects of "Hypermedia Applications (Web and Multimedia)" course at Polimi 2023
https://github.com/federico-lamperti/polimi-hypermedia_application_project
css3 html5 javascript politecnico-di-milano uiux-design usability-study vue vuejs
Last synced: about 20 hours ago
JSON representation
Projects of "Hypermedia Applications (Web and Multimedia)" course at Polimi 2023
- Host: GitHub
- URL: https://github.com/federico-lamperti/polimi-hypermedia_application_project
- Owner: Federico-Lamperti
- Created: 2024-10-15T17:08:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T18:00:27.000Z (3 months ago)
- Last Synced: 2024-11-14T16:07:20.912Z (2 months ago)
- Topics: css3, html5, javascript, politecnico-di-milano, uiux-design, usability-study, vue, vuejs
- Language: Vue
- Homepage: https://hypermedia-project-2023.vercel.app/
- Size: 40.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hypermedia Applications Project A.A. 2022-2023
This repository contains the final tests of **"Hypermedia Applications (Web and Multimedia)"** course of **"Computer Science and Engineering"** held at Politecnico di Milano (2022/2023).
**Score**: 30/30
**Professor**: Garzotto Franca
**Group Name**: Web Wizards
**Group Members**:
- Giandomenico Roberto
- Grimaldi Francesca
- Infantino Andrea
- Lamperti Federico## Usability Evaulation Review
This [_report_](https://github.com/robertogiandomenico/hypermedia_project_2023/blob/main/Usability%20Project/Giandomenico_Grimaldi_Infantino_Lamperti_UsabilityReport_16-04-2023.pdf) shows the usability evaluation of the website [_theinterngroup.com_](https://www.theinterngroup.com/).\
Usability evaluation aims at giving the client some clues to improve the product’s quality and to fix possible issues.## Web Technology Project
This is our website: [**Wizarding Ventures**](https://hypermedia-project-2023.vercel.app/).\
The purpose of the Web Technology Project is the development of a website for a Venture Capital.\
Should you see errors or the website does not load, probably it is caused by the free database host service of [Supabase](https://supabase.com/) that deactivates itself after 1 week of disuse.### Build Setup
To install the fundamental dependencies:
```
npm install
```To open the website hosted locally at _localhost:3000_:
```
npm run dev -- -o
```### Deliverables
This is the [Design Document](https://github.com/robertogiandomenico/hypermedia_project_2023/blob/main/website/documentation/Website%20Design%20Report.pdf) and this is the [Technology Documentation](https://github.com/robertogiandomenico/hypermedia_project_2023/blob/main/website/documentation/Implementation%20Report.pdf), a brief description of the implementation of the web project.