Onion, or NotTheOnion?
A simple website where your goal is to guess if a headline comes from The Onion or not.
About The Project
We live in a weird timeline, where articles from satirical websites are sometimes mistaken for true articles. The Onion is an example of such a website that spawned two subreddits: /r/TheOnion, and /r/NotTheOnion. The latter contains news so bizarre that they could belong to The Onion.
This website shows you two headlines, one taken from /r/TheOnion and another from /r/NotTheOnion. Your goal is to guess which one is from /r/TheOnion! There are trackers for how many times you guessed right, and how many times you guessed right in a row. If you find a certain combination to be particularly funny or challenging, you can easily share it with your friends or followers.
Hope you enjoy!
Built With
Getting Started
If you’d like to run the project locally, follow these instructions.
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn lint
# or
npm run lint
Format the files
yarn format
# or
npm run format
Build the app for production
quasar build
Customize the configuration
See Configuring quasar.config.js.
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Contact
João Lourenço – [email protected]
Project Link: https://github.com/joaoestudante/onion-or-not-the-onion
Acknowledgments
- GravO8 – feature suggestions, testing
- Kaiseratops – feature suggestions, testing