https://github.com/apavazza/hci
Repository for the Human-Computer Interaction course
https://github.com/apavazza/hci
nextjs react tailwindcss
Last synced: 4 months 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 (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-24T21:46:59.000Z (5 months ago)
- Last Synced: 2025-02-24T22:31:52.480Z (5 months ago)
- Topics: nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://writewarp.vercel.app
- Size: 15.1 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**](https://writewarp.vercel.app/)
- Link to your final report: [**Final Report**](https://apavazza.github.io/HCI)### 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/explore)
- 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