A joke website to help you discover why you might be a loser.
Check it out at https://whyamialoser.com/
WhyAmIALoser is a lightweight, responsive, Single-Page Application written in Angular. "Reasons" are stored in a JSON file that is loaded when the user first visits the page, and are chosen randomly. Currently, new reason submissions are accepted via a Google Forms link at the top of the page.
GitHub Pages SPA support provided by Rafgraph's spa-github-pages tool.
If you'd like to install the project locally, here are some steps to get it running locally:
In a terminal, use git clone https://github.com/hwdotexe/WhyAmIALoser.git
You'll need to install the Node packages used within the project, so perform npm install
within the project's directory after cloning.
To run the site locally, simply use npm start
If you'd like to contribute to the project, feel free to submit a Pull Request. For consistency's sake, please submit any reason suggestions through the Google Forms link found on the site itself. If you've found this project funny, useful, or educational, please consider giving it a star as well. Thank you!