
Dubious Cat Facts
Project Homepage: https://dubiouscatfacts.com/
Git Repository: https://github.com/geekitycom/dubiouscatfacts
Overview
Dubious Cat Facts is a simple web application that provides random humorous fake facts about cats. Examples include "Cats can manipulate time, but they only use it to delay feeding schedules." It is designed to entertain users with lighthearted, fictional trivia about cats.
Features
- Displays a random fake cat fact on each interaction.
- Button to generate a new cat fact.
- Provides a public API endpoint for fetching cat facts:
GET https://dubiouscatfacts.com/api/catfact
.
Tech Stack
- React for building the user interface.
- TailwindCSS for styling.
- Deployed on Netlify for hosting.