Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apavazza/hci
Repository for the Human-Computer Interaction course
https://github.com/apavazza/hci
Last synced: about 10 hours ago
JSON representation
Repository for the Human-Computer Interaction course
- Host: GitHub
- URL: https://github.com/apavazza/hci
- Owner: apavazza
- License: mit
- Created: 2024-10-13T16:44:14.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-20T23:34:59.000Z (4 days ago)
- Last Synced: 2025-01-21T00:26:51.562Z (4 days ago)
- Language: TypeScript
- Homepage: https://writewarp.vercel.app
- Size: 7.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Semester Project
- [Project Structure](#project-structure)
- [My Project Links](#my-project-links)
- [Semester Project](#semester-project)
- [Semester Assignments](#semester-assignments)
- [Project Requirements](#project-requirements)
- [Web Application Requirements](#web-application-requirements)
- [Project Demonstration](#project-demonstration)## Project Structure
- **`/`**: The source code of your main project
- **`/assignments`**: Results of your semester assignments
- **`/docs`**: If using GitHub for documentation (e.g., your final report in Markdown format)## My Project Links
### Semester Project
- Link to your production version: [**Production Version**](URL_TO_PRODUCTION_VERSION)
- Link to your final report: [**Final Report**](URL_TO_FINAL_REPORT)### Semester Assignments
- Link to Assignment 1: [**Assignment 1**](/assignments/assignment1/)
- Link to Assignment 2: [**Assignment 2**](/assignments/assignment2/)
- Link to Assignment 3: [**Assignment 3**](https://writewarp.vercel.app/)
- Link to Assignment 4: [**Assignment 4**](/assignments/assignment4/fidelity_models.md)
- Link to Assignment 5: [**Assignment 5**](https://writewarp.vercel.app/blog)
- Link to Assignment 6: [**Assignment 6**](/assignments/assignment6/high_fidelity_models.md)## Project Requirements
### Web Application Requirements
- [ ] The application will be used from a web browser
- [ ] It will be accessible on devices of different sizes
- [ ] Users can search/filter products or services
- [ ] The application will support user login for showing private content
- [ ] One of the public pages will be a blog containing multiple posts with diverse content (images, videos, code snippets)
- [ ] Part of the application's content will be stored in a remote headless CMS system### Project Demonstration
- [ ] Show the production version of the project
- [ ] The production version will be deployed online on an appropriate cloud platform ([Vercel](https://vercel.com), [Netlify](https://www.netlify.com/) or a similar service)
- [ ] Analyze the application's performance ([PageSpeed Insights](https://pagespeed.web.dev/))
- [ ] The analysis results will be part of the final report