https://github.com/richarddorian/atlashardware
Share, find and discover computer builds with the world. Get reviews, feedback and advice from the community. (College project)
https://github.com/richarddorian/atlashardware
Last synced: 3 months ago
JSON representation
Share, find and discover computer builds with the world. Get reviews, feedback and advice from the community. (College project)
- Host: GitHub
- URL: https://github.com/richarddorian/atlashardware
- Owner: RichardDorian
- Created: 2024-01-29T20:33:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T14:24:52.000Z (about 1 year ago)
- Last Synced: 2024-05-06T09:30:55.464Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 9.77 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AtlasHardware
This is a college project where we had to use skills we learned (HTML, CSS, PHP, MySQL). My team and I decided to make a website where people could share computer builds. Due to the short amount of time we didn't entirely finish this project but still got a basic version of the website working.
## Features
We wanted people to be able to:
> [!NOTE]
> Features in *italic* are not yet implemented.- Write computer build pages (internally named posts)
- Comment on those posts *(and reply to other comments)*
- Search posts based on post content
- *Rate posts*
- *See other people's profile*## What did we learn?
The hardest part was to conceive a good project structure to make easier feature implementation. We settled for something that may be unseen, and it probably has some major flaws but we consider it good enough for our use case and adequat considering we are new to PHP developement.